mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-31 20:38:27 +08:00
put generated headers in a seperate generated dir and specifically include generated/xxx.h
This commit is contained in:
@@ -59,7 +59,7 @@ bool_t dl_msg_available;
|
||||
#define MSG_SIZE 128
|
||||
uint8_t dl_buffer[MSG_SIZE] __attribute__ ((aligned));
|
||||
|
||||
#include "settings.h"
|
||||
#include "generated/settings.h"
|
||||
|
||||
#define IdOfMsg(x) (x[1])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user