Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
BlynkGO committed Nov 19, 2022
2 parents a389d76 + cf1c1c3 commit eded833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ TridentTD_EasyFreeRTOS32 Library
```
2. ประกาศตัวแปร task ย่อยๆ และ ฟังกชั่น ที่ task จะเรียกขึ้นทำงาน
```c
TridentOS task1, task2, task3;
EasyFreeRTOS32 task1, task2, task3;
void task1_func(void*), task2_func(void*), task3_func(void*);
```
3. รูปแบบมาตรฐาน ฟังก์ชั่น task ย่อยๆ ที่จะถูกเรียกใช้งาน เป็นดังนี้
Expand Down

0 comments on commit eded833

Please sign in to comment.