Skip to content
Snippets Groups Projects
Commit 1130bc12 authored by Beat Küng's avatar Beat Küng Committed by Lorenz Meier
Browse files

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.
parent 56cc5e11
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment