first cut at turnon scripts for EasyTimer v2
[fw/altos] / src / telegps-v0.1 / ao_pins.h
index 7ff599562dff637263528423901c38df70aab36f..ff04a04465dc599a51cd333b9b87b634ed10f038 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
@@ -18,7 +19,6 @@
 #ifndef _AO_PINS_H_
 #define _AO_PINS_H_
 
-#define HAS_TASK_QUEUE         1
 
 /* 8MHz High speed external crystal */
 #define AO_HSE                 8000000
 #define AO_SDCARD_SPI_CS_PIN   4
 #define AO_SDCARD_SPI          stm_spi1
 
+#define SDCARD_DEBUG           1
+#define SDCARD_WARN            1
+#define SDCARD_TRACE           1
+
 #endif /* _AO_PINS_H_ */