-
- Downloads
fix fmu: make sure init() is called on the new task
This was only a problem when running as a task not on the work queue. The problem was that init() opened the RC serial device, which was then read in the main loop, which is a different context when run as a task.
Loading
Please register or sign in to comment