eclipse-threadx / threadx

Eclipse ThreadX is an advanced real-time operating system (RTOS) designed specifically for deeply embedded applications.
https://github.com/eclipse-threadx/rtos-docs/blob/main/rtos-docs/threadx/index.md
MIT License
2.8k stars 768 forks source link

Fixed a typo in tx_api.h #344

Open kdolgikh opened 5 months ago

kdolgikh commented 5 months ago

Fixed a typo on line 123 in tx-api.h: was: TX_BTYE_POOL_DELAY_VALUE now: TX_BYTE_POOL_DELAY_VALUE

PR checklist