]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Debug/print/print.h
Finished USB for Teensy 3.1 (Now 3.1 compatible!)
[kiibohd-controller.git] / Debug / print / print.h
index 8a07baae1950794497bcfe02d2630edbd1846991..bf9aacdb9698a6abb7dd1d3d773947695d36b4c5 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2013 by Jacob Alexander
+/* Copyright (C) 2011-2014 by Jacob Alexander
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
@@ -30,7 +30,7 @@
 #include <avr/pgmspace.h>
 #include "avr/usb_keyboard_debug.h"
 
-#elif defined(_mk20dx128_)
+#elif defined(_mk20dx128_) || defined(_mk20dx256_)
 
 #include "arm/usb_serial.h"