Switch from GPLv2 to GPLv2+
[fw/altos] / src / teleterra-v0.1 / ao_pins.h
index 33de055eae83eaf48142ad9d370a56dc1896de69..d25a77b7c8b99f4483fb2a05b73f3aac95853d1e 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
@@ -25,7 +26,6 @@
        #define HAS_GPS                 0
        #define HAS_SERIAL_1            0
        #define HAS_ADC                 0
-       #define USE_SERIAL_STDIN        0
        #define HAS_EEPROM              1
        #define HAS_LOG                 1
        #define USE_INTERNAL_FLASH      0
 #error Please define HAS_SERIAL_1
 #endif
 
-#ifndef USE_SERIAL_STDIN
-#error Please define USE_SERIAL_STDIN
-#endif
-
 #ifndef HAS_ADC
 #error Please define HAS_ADC
 #endif