X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=ao.h;h=96dd02d00509ae52761ebe13c718cd5530ff298b;hp=fb06df06aeef473fbce7374be20490d92067a1b3;hb=d085d43701e3cdd2119e947a9ae45baa78c80318;hpb=055331d5f7d5adc40c348c3efd331a562dcda82a diff --git a/ao.h b/ao.h index fb06df06..96dd02d0 100644 --- a/ao.h +++ b/ao.h @@ -44,7 +44,7 @@ struct ao_task { extern __xdata struct ao_task *__data ao_cur_task; -#define AO_NUM_TASKS 10 /* maximum number of tasks */ +#define AO_NUM_TASKS 16 /* maximum number of tasks */ #define AO_NO_TASK 0 /* no task id */ /* @@ -833,6 +833,16 @@ ao_config_get(void); void ao_config_init(void); +/* + * ao_rssi.c + */ + +void +ao_rssi_set(int rssi_value); + +void +ao_rssi_init(uint8_t rssi_led); + /* * ao_product.c *