altos/cc1111: Errata fix isn't needed for discontinued products
[fw/altos] / src / cc1111 / ao_pins.h
index 91bf81d2102a3a37cc09a14f353b2ac75a82cde4..298d6acc0a3f184d05f8759311fe81a4ca3e3964 100644 (file)
@@ -21,6 +21,8 @@
 #define HAS_RADIO      1
 
 #if defined(TELEMETRUM_V_1_0)
+       /* Discontinued and was never built with CC1111 chips needing this */
+       #define NEEDS_CC1111_CLOCK_HACK 0
        #define HAS_FLIGHT              1
        #define HAS_USB                 1
        #define HAS_BEEP                1
@@ -56,6 +58,8 @@
 #endif
 
 #if defined(TELEMETRUM_V_1_1)
+       /* Discontinued and was never built with CC1111 chips needing this */
+       #define NEEDS_CC1111_CLOCK_HACK 0
        #define HAS_FLIGHT              1
        #define HAS_USB                 1
        #define HAS_BEEP                1
@@ -94,6 +98,8 @@
 #endif
 
 #if defined(TELEMETRUM_V_1_2)
+       /* Discontinued and was never built with CC1111 chips needing this */
+       #define NEEDS_CC1111_CLOCK_HACK 0
        #define HAS_FLIGHT              1
        #define HAS_USB                 1
        #define HAS_BEEP                1
 #endif
 
 #if defined(TELEMINI_V_1_0)
+       /* Discontinued and was never built with CC1111 chips needing this */
+       #define NEEDS_CC1111_CLOCK_HACK 0
        #define HAS_FLIGHT              1
        #define HAS_USB                 0
        #define HAS_BEEP                0
 #endif
 
 #if defined(TELENANO_V_0_1)
+       /* Discontinued and was never built with CC1111 chips needing this */
+       #define NEEDS_CC1111_CLOCK_HACK 0
        #define HAS_FLIGHT              1
        #define HAS_USB                 0
        #define HAS_BEEP                0
 #endif
 
 #if defined(TELEMETRUM_V_0_1)
+       /* Discontinued and was never built with CC1111 chips needing this */
+       #define NEEDS_CC1111_CLOCK_HACK 0
        #define HAS_FLIGHT              1
        #define HAS_USB                 1
        #define HAS_BEEP                1
 #endif
 
 #if defined(TELEDONGLE_V_0_1)
+       /* Discontinued and was never built with CC1111 chips needing this */
+       #define NEEDS_CC1111_CLOCK_HACK 0
        #define HAS_FLIGHT              0
        #define HAS_USB                 1
        #define HAS_BEEP                0
 #endif
 
 #if defined(TIDONGLE)
+       /* Discontinued and was never built with CC1111 chips needing this */
+       #define NEEDS_CC1111_CLOCK_HACK 0
        #define HAS_FLIGHT              0
        #define HAS_USB                 1
        #define HAS_BEEP                0
 #endif
 
 #if defined(TELEBT_V_0_0)
+       /* Discontinued and was never built with CC1111 chips needing this */
+       #define NEEDS_CC1111_CLOCK_HACK 0
        #define HAS_FLIGHT              0
        #define HAS_USB                 1
        #define HAS_BEEP                0
 #endif
 
 #if defined(TELEBT_V_0_1)
+       /* Discontinued and was never built with CC1111 chips needing this */
+       #define NEEDS_CC1111_CLOCK_HACK 0
        #define HAS_FLIGHT              0
        #define HAS_USB                 1
        #define HAS_BEEP                1
 #endif
 
 #if defined(TELELAUNCH_V_0_1)
+       /* Discontinued and was never built with CC1111 chips needing this */
+       #define NEEDS_CC1111_CLOCK_HACK 0
        #define HAS_FLIGHT              0
        #define HAS_USB                 1
        #define HAS_BEEP                1