Fixing loading script for ARM targets and the teensy loader cli

This commit is contained in:
Jacob Alexander 2014-01-19 15:00:48 -08:00
parent 1accaf36cc
commit e9aa3880a6
3 changed files with 4 additions and 3 deletions

View file

@ -27,8 +27,8 @@ include( AddFileDependencies )
#| "avr" # Teensy++ 1.0
#| "avr" # Teensy++ 2.0
#| "arm" # Teensy 3.0
#set( COMPILER_FAMILY "arm" )
set( COMPILER_FAMILY "avr" )
set( COMPILER_FAMILY "arm" )
#set( COMPILER_FAMILY "avr" )
message( STATUS "Compiler Family:" )
message( "${COMPILER_FAMILY}" )