diff options
author | Keith Packard <keithp@keithp.com> | 2019-02-04 22:24:37 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2019-02-18 13:08:23 -0800 |
commit | c11427819ca24bb77523496309b5b6f699d126c5 (patch) | |
tree | 29cab045cde088881d971b175708245b17d09ce6 /src/drivers/ao_cc115l.c | |
parent | 119a829e58aff5dd7801fe7ef8cae886bf31fec1 (diff) |
altos: Mark local functions 'static'
Working towards supporting -Wmissing-prototypes
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/drivers/ao_cc115l.c')
-rw-r--r-- | src/drivers/ao_cc115l.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/ao_cc115l.c b/src/drivers/ao_cc115l.c index a8f2c4f5..2b5fd3fd 100644 --- a/src/drivers/ao_cc115l.c +++ b/src/drivers/ao_cc115l.c @@ -596,7 +596,7 @@ uint8_t ao_radio_tone_count; uint8_t ao_radio_tone_current; uint8_t ao_radio_tone_offset; -int16_t +static int16_t ao_radio_tone_fill(uint8_t *buf, int16_t len) { int16_t ret = 0; |