summaryrefslogtreecommitdiff
path: root/src/kernel/ao.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2014-07-02 22:46:07 -0700
committerKeith Packard <keithp@keithp.com>2014-07-05 00:38:09 -0700
commit657d455a2fad36193e6b3a7037d9ba7f09ae1168 (patch)
tree591389e1df26985c70dcc3b28cbd8eec81e9e92e /src/kernel/ao.h
parent48508479b0f6f8d6e73db1cae8ee8acdaba022d8 (diff)
altos: Use TeleMetrum v1.9 board for MegaDongle experiments
This configures the MegaDongle v0.1 directory to use the pin assignments in TeleMetrum v1.9 boards. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/kernel/ao.h')
-rw-r--r--src/kernel/ao.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/kernel/ao.h b/src/kernel/ao.h
index b8189e43..1df2ea8b 100644
--- a/src/kernel/ao.h
+++ b/src/kernel/ao.h
@@ -757,11 +757,13 @@ extern __xdata uint8_t ao_force_freq;
* ao_rssi.c
*/
+#ifdef AO_LED_TYPE
void
-ao_rssi_set(int rssi_value);
+ao_rssi_set(int16_t rssi_value);
void
ao_rssi_init(AO_LED_TYPE rssi_led);
+#endif
/*
* ao_product.c