diff options
Diffstat (limited to 'src/drivers/ao_rn4678.c')
-rw-r--r-- | src/drivers/ao_rn4678.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/drivers/ao_rn4678.c b/src/drivers/ao_rn4678.c index 4ace4b78..4d13decc 100644 --- a/src/drivers/ao_rn4678.c +++ b/src/drivers/ao_rn4678.c @@ -116,7 +116,7 @@ static AO_TICK_TYPE ao_rn_buf_time; * disabled due to a firmware bug. So, this code finds those in the * input and strips them out. */ -int +static int _ao_wrap_rn_pollchar(void) { int c = AO_READ_AGAIN; @@ -368,7 +368,7 @@ static uint8_t ao_rn_stdio; /* * Set the stdio echo for the bluetooth link */ -void +static void ao_rn_echo(uint8_t echo) { ao_stdios[ao_rn_stdio].echo = echo; |