mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-25 23:46:04 +08:00
[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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user