]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Bootloader/CMakeLists.txt
Fix whitespace
[kiibohd-controller.git] / Bootloader / CMakeLists.txt
index 704115db663a92adea330460918d10f087d23e60..4db6e230e46eb43ef089bba104fa150b85cd00f6 100644 (file)
@@ -21,7 +21,7 @@
 #|
 set( CHIP
        "mk20dx128vlf5"    # McHCK       mk20dx128vlf5
-#      "mk20dx256vlh7"    # Kiibohd-dfu mk20dx256vlh7
+#       "mk20dx256vlh7"    # Kiibohd-dfu mk20dx256vlh7
 )
 
 
@@ -34,8 +34,8 @@ set( CHIP
 #| Stick with gcc unless you know what you're doing
 #| Currently only arm is supported with clang
 set( COMPILER
-       "gcc"   # arm-none-eabi-gcc / avr-gcc - Default
-#      "clang" # arm-none-eabi
+       "gcc"   # arm-none-eabi-gcc / avr-gcc - Default
+#       "clang" # arm-none-eabi
        CACHE STRING "Compiler Type" )