Added the previously forgotten arduino reset script.
[cerebrum.git] / common / config.h
blob7d20a5181824f71b3c37c4dd380ab0a9f25f0c3e
1 /* Contrary to config.c, this code is *not* autogenerated.
2 */
4 #ifndef __TEST__
5 #include <avr/pgmspace.h>
6 #else
7 #define PROGMEM
8 #endif//__TEST__
10 extern unsigned int auto_config_descriptor_length;
11 extern const char auto_config_descriptor[];