lnls-dig / rffe-fw

Repository containing RFFE controller firmware
1 stars 0 forks source link

UART messages from different threads are overlapping #24

Open henrique-silva opened 6 years ago

henrique-silva commented 6 years ago

Example:

RFFE Firmware Version: V1_0_0 Trying to bring up ethernet conInitializing Attenuators thread Initializing CLI_Proccess thread n tion... Initializing Temp Control thread Temperature control in MANUAL mode!

Solution: Implement a mutex or a queue for the printf function