Switch from GPLv2 to GPLv2+
[fw/altos] / src / spiradio-v0.1 / ao_pins.h
index f38aade6c6ec5ac7ba8ed4981a608c6bef8f7543..472da16f9484fbae5f75ef7a4550931f841f30cf 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
 #define DBG_ON_P1              0
 #define PACKET_HAS_MASTER      0
 #define PACKET_HAS_SLAVE       0
-#define AO_LED_RED             1
-#define AO_LED_GREEN           2
-#define LEDS_AVAILABLE         (AO_LED_RED|AO_LED_GREEN)
+#define AO_LED_TX              1
+#define AO_LED_RX              2
+#define AO_LED_RED             AO_LED_TX
+#define LEDS_AVAILABLE         (AO_LED_TX|AO_LED_RX)
 #define HAS_EXTERNAL_TEMP      0
 #define HAS_ACCEL_REF          0
 #define SPI_CS_ON_P1           1