(small macro fix)

partial-rewrite
Ben Blazak 2012-04-28 00:58:31 -07:00
parent 2009c160e4
commit 5b83e1f630
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@
* ------------------------------------------------------------------------- */
#define str(s) #s // stringify
#define expstr(s) str(s) // expand -> stringify
#define str(s) #s // stringify
#define expstr(s) str(s) // expand -> stringify
#define inc expstr(_twi/MAKEFILE_BOARD.h) // inc(lude)
#include inc
#undef str