DPH Scan Module now compiles with recent architecture cleanups.

This commit is contained in:
Jacob Alexander 2014-04-16 00:15:09 -07:00
parent c905bfdebf
commit bb9c009586
6 changed files with 297 additions and 18 deletions

View file

@ -37,8 +37,8 @@ set( SIZE "avr-size" )
#| "atmega32u4" # Teensy 2.0
#| "at90usb646" # Teensy++ 1.0
#| "at90usb1286" # Teensy++ 2.0
set( MCU "atmega32u4" )
#set( MCU "at90usb1286" )
#set( MCU "atmega32u4" )
set( MCU "at90usb1286" )
message( STATUS "MCU Selected:" )
message( "${MCU}" )