Small macro update for debugging the Sony NEWS

This commit is contained in:
Jacob Alexander 2011-12-06 23:49:56 -08:00
parent ea2654b662
commit 6bf2607872
3 changed files with 73 additions and 1 deletions

View file

@ -64,7 +64,8 @@ set( SRCS
#| "atmega32u4" # Teensy 2.0
#| "at90usb646" # Teensy++ 1.0
#| "at90usb1286" # Teensy++ 2.0
set( MCU "at90usb1286" )
set( MCU "atmega32u4" )
#set( MCU "at90usb1286" )
#| Compiler flag to set the C Standard level.