mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-02 05:58:30 -04:00
ACM : Setup, format
This commit is contained in:
parent
c848fe18a5
commit
549489ddbb
@ -1066,7 +1066,7 @@ print_divider(void)
|
||||
Serial.println();
|
||||
}
|
||||
|
||||
static void print_enabled(boolean b)
|
||||
static void print_enabled(bool b)
|
||||
{
|
||||
if(b)
|
||||
Serial.print_P(PSTR("en"));
|
||||
|
Loading…
Reference in New Issue
Block a user