mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-30 03:27:33 +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);
|
DC_PUSH(DC_POWER_SERVO);
|
||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
|
default:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user