diff --git a/libraries/AP_HAL_ChibiOS/stdio.cpp b/libraries/AP_HAL_ChibiOS/stdio.cpp index 4b33462507..a0d08b8fca 100644 --- a/libraries/AP_HAL_ChibiOS/stdio.cpp +++ b/libraries/AP_HAL_ChibiOS/stdio.cpp @@ -246,8 +246,7 @@ _atob (uint32_t *vp, char *p, int base) * atob(vp,p,base) * converts p to binary result in vp, rtn 1 on success */ -int16_t -atob(uint32_t *vp, char *p, int base) +static int16_t atob(uint32_t *vp, char *p, int base) { uint32_t v;