X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fcore%2Fao.h;h=06daf48f98aa4af597bfe0a7344c6c665f7cdaf8;hb=46407f7f3e4d2b6e74b3a2e90b38736a792cfc54;hp=2e012f083e597ed4ad2d252e2e773e6d3d523dae;hpb=fb60d87b02c0fc83a0b4268212f0b6b740c984e3;p=fw%2Faltos diff --git a/src/core/ao.h b/src/core/ao.h index 2e012f08..06daf48f 100644 --- a/src/core/ao.h +++ b/src/core/ao.h @@ -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