use a new AVR macro that doesnt collide with AVR dev header macros
authordonb127 <donb127@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Tue, 18 Oct 2011 16:16:12 +0000 (16:16 +0000)
committerdonb127 <donb127@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Tue, 18 Oct 2011 16:16:12 +0000 (16:16 +0000)
git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1054 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

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,