added a default case for switch in dc_send_command, thx Antoine

This commit is contained in:
Felix Ruess
2012-02-10 16:23:22 +01:00
parent d86b7b91f1
commit 2e9faab0a7
@@ -99,6 +99,8 @@ static inline void dc_send_command(uint8_t cmd)
DC_PUSH(DC_POWER_SERVO);
break;
#endif
default:
break;
}
}