altos/flash-loader: On STM, don't include ao_usb_disable
[fw/altos] / src / product / ao_flash_pins.h
index 4917ee6f9f1f2eb00f364bb7ea146c5e9ccf4101..019b542529807103d8a16b09c82a1bd227630504 100644 (file)
@@ -3,7 +3,8 @@
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; version 2 of the License.
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful, but
  * WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -24,6 +25,7 @@
 
 #define HAS_USB                        1
 #define USE_USB_STDIO          0
+#define HAS_USB_DISABLE                0
 #define HAS_BEEP               0
 #define HAS_TASK               0
 #define HAS_ECHO               0