HAL_ChibiOS: make atob static

only used in this file
This commit is contained in:
Andrew Tridgell 2018-11-30 11:29:51 +11:00
parent 9a560cf3cd
commit 0faab853cb

View File

@ -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;