altos: Force 434.550Mhz by connecting debug gnd and clk (trac #41)
[fw/altos] / src / core / ao.h
index 2e012f083e597ed4ad2d252e2e773e6d3d523dae..06daf48f98aa4af597bfe0a7344c6c665f7cdaf8 100644 (file)
@@ -682,6 +682,13 @@ ao_igniter_init(void);
  * ao_config.c
  */
 
+#if HAS_FORCE_FREQ
+/*
+ * Set this to force the frequency to 434.550MHz
+ */
+extern __xdata uint8_t ao_force_freq;
+#endif
+
 #define AO_CONFIG_MAJOR        1
 #define AO_CONFIG_MINOR        11