[intermcu] fix ABI in fbw

in every target ABI is used, ABI_C needs to be defined in one file that includes abi.h
Since main_fbw doesn't need ABI, do it in intermcu_fbw
This commit is contained in:
Felix Ruess
2016-11-07 20:36:11 +01:00
parent cc0d60b4a4
commit 5aa76be56d
@@ -24,6 +24,8 @@
* @brief Rotorcraft Inter-MCU on FlyByWire
*/
#define ABI_C
#include "intermcu_fbw.h"
#include "pprzlink/intermcu_msg.h"
#include "subsystems/radio_control.h"