mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-05 07:28:29 -04:00
HAL_ChibiOS: make atob static
only used in this file
This commit is contained in:
parent
9a560cf3cd
commit
0faab853cb
@ -246,8 +246,7 @@ _atob (uint32_t *vp, char *p, int base)
|
|||||||
* atob(vp,p,base)
|
* atob(vp,p,base)
|
||||||
* converts p to binary result in vp, rtn 1 on success
|
* converts p to binary result in vp, rtn 1 on success
|
||||||
*/
|
*/
|
||||||
int16_t
|
static int16_t atob(uint32_t *vp, char *p, int base)
|
||||||
atob(uint32_t *vp, char *p, int base)
|
|
||||||
{
|
{
|
||||||
uint32_t v;
|
uint32_t v;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user