Removed Joystick endpoint from ARM usb module

- Also a bit of general house-keeping
This commit is contained in:
Jacob Alexander 2013-02-01 23:35:12 -05:00
parent 9dcb0f7b66
commit ca190c4fd9
7 changed files with 16 additions and 116 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}" )