OpenRTX/openrtx
Federico Amedeo Izzo 1000133c01 Create thread structure
Now main.c creates four threads to manage
- UI
- Platform state
- Analog radio
- Digital radio

Every thread has an entry point named `*_main()` like `ui_main()`
that gets executed periodically depending on the given interval
2020-11-14 19:33:56 +01:00
..
include Create thread structure 2020-11-14 19:33:56 +01:00
src Create thread structure 2020-11-14 19:33:56 +01:00