summaryrefslogtreecommitdiff
path: root/src/kernel/ao.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2014-07-02 22:42:43 -0700
committerKeith Packard <keithp@keithp.com>2014-07-05 00:38:09 -0700
commit500353ec83af0da7fce3d67f2707f4725b1f50ba (patch)
tree154b60b95ec1a41a10b6200ed96f6605404f2283 /src/kernel/ao.h
parentcb15cb8db5ef570b57f89d4e58734554542f99ff (diff)
altos: ao_rssi subsystem needs to use AO_LED_TYPE instead of uint8_t
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/kernel/ao.h')
-rw-r--r--src/kernel/ao.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/ao.h b/src/kernel/ao.h
index 5ff9b518..b8189e43 100644
--- a/src/kernel/ao.h
+++ b/src/kernel/ao.h
@@ -761,7 +761,7 @@ void
ao_rssi_set(int rssi_value);
void
-ao_rssi_init(uint8_t rssi_led);
+ao_rssi_init(AO_LED_TYPE rssi_led);
/*
* ao_product.c