use a new AVR macro that doesnt collide with AVR dev header macros
[goodfet] / firmware / apps / avr / avr.c
index 88bcf02..168041f 100644 (file)
@@ -22,7 +22,7 @@ void avr_handle_fn( uint8_t const app,
 app_t const avr_app = {
 
        /* app number */
-       AVR,
+       XAVR,
 
        /* handle fn */
        avr_handle_fn,