contiki/tools/empty-symbols.c
Oliver Schmidt f83fb3704b Replaced make-empty-symbols with empty-symbols.[c|h]
The symbol generation shell scripts cause CRLF issues on Windows/Cygwin again and again. Instead of fixing this yet again I opted to remove the symbol generation script at least for the "no symbols" scenario with two C source files to be copied.
2011-04-03 13:24:58 +02:00

5 lines
93 B
C

#include "symbols.h"
const int symbols_nelts = 0;
const struct symbols symbols[] = {{0,0}};