mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Navio: fix style
This commit is contained in:
parent
56ef984529
commit
96a5baa12b
@ -808,6 +808,7 @@ GPS::task_main()
|
||||
}
|
||||
|
||||
#if !defined(__PX4_POSIX_RPI)
|
||||
|
||||
/* select next mode */
|
||||
switch (_mode) {
|
||||
case GPS_DRIVER_MODE_UBX:
|
||||
@ -825,6 +826,7 @@ GPS::task_main()
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user