Skip to content

Commit

Permalink
[fix][modules] fix switching power on for digital_cam
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Aug 4, 2012
1 parent eb72592 commit a128964
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sw/airborne/modules/digital_cam/led_cam_ctrl.h
Expand Up @@ -98,7 +98,7 @@ static inline void dc_send_command(uint8_t cmd)
break;
#endif
#ifdef DC_POWER_LED
case DC_POWER:
case DC_ON:
DC_PUSH(DC_POWER_LED);
break;
#endif
Expand Down
2 changes: 1 addition & 1 deletion sw/airborne/modules/digital_cam/servo_cam_ctrl.h
Expand Up @@ -95,7 +95,7 @@ static inline void dc_send_command(uint8_t cmd)
break;
#endif
#ifdef DC_POWER_SERVO
case DC_POWER:
case DC_ON:
DC_PUSH(DC_POWER_SERVO);
break;
#endif
Expand Down

0 comments on commit a128964

Please sign in to comment.