Skip to content

Commit 994c45d

Browse files
authored
Update README.md
1 parent 3c76940 commit 994c45d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,10 @@ HAL_I2C_Slave_Receive(&hi2c1, {address}, "a", 1, HAL_MAX_DELAY);
323323
- Read through [this link](https://os.mbed.com/handbook/CMSIS-RTOS) for additional infomation!
324324
- Middleware >> FREERTOS >> Interface (CMSIS_1)
325325

326+
## Thread (Task)
327+
328+
- Task and Queue >> Task >> Add
329+
326330
``` C
327331
...
328332
void StartDefaultTask(void const * argument);
@@ -382,4 +386,4 @@ void Callback01(void const * argument)
382386
## Acknowledgement
383387

384388
- Thank you for all of contributors including me ([Tong](https://github.com/tongplw), [Pin](https://github.com/BackgroundBoy), [Charn](https://github.com/ctkgit) and [Terk](https://github.com/terktanac)).
385-
- Thanks to all CP44 friends for help gathering all quizes and skill-tests.
389+
- Thanks to all CP44 friends for help gathering all quizes and skill-tests.

0 commit comments

Comments
 (0)