Fixed PWM support
[cerebrum.git] / avr / config.h
blob499c3af9e90dcc3215e044106c785cc75b850dee
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[];