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

@ -25,8 +25,8 @@ set( CMAKE_USE_RELATIVE_PATHS 1 )
#| "avr" # Teensy++ 2.0
#| "arm" # Teensy 3.0
#| "arm" # Teensy 3.1
set( COMPILER_FAMILY "arm" )
#set( COMPILER_FAMILY "avr" )
#set( COMPILER_FAMILY "arm" )
set( COMPILER_FAMILY "avr" )
message( STATUS "Compiler Family:" )
message( "${COMPILER_FAMILY}" )