mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-25 23:46:04 +08:00
added a default case for switch in dc_send_command, thx Antoine
This commit is contained in:
@@ -99,6 +99,8 @@ static inline void dc_send_command(uint8_t cmd)
|
||||
DC_PUSH(DC_POWER_SERVO);
|
||||
break;
|
||||
#endif
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user