put generated headers in a seperate generated dir and specifically include generated/xxx.h

This commit is contained in:
Felix Ruess
2010-11-23 20:52:25 +01:00
parent d4c2891318
commit 7fd01bcbe2
166 changed files with 219 additions and 213 deletions
+1 -1
View File
@@ -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])