]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - CMakeLists.txt
Adapting the avr-capsense code to the Kiibohd Controller API
[kiibohd-controller.git] / CMakeLists.txt
index 7ce02108193f337f1439bed69a722b534fd1e0bc..a68fc2fa0142e5e3e11bcb9260a0293f907c4d9c 100644 (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}" )