Skip to content

Commit

Permalink
add prototype for dc_info
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Feb 15, 2011
1 parent 494fec7 commit f6e12a8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sw/airborne/modules/digital_cam/dc.h
Expand Up @@ -186,6 +186,13 @@ extern uint8_t dc_stop(void);

#define dc_Stop(_) dc_stop()

/**
Send an info message containing information
about position, course, buffer and all other
internal variables used by the dc control.
*/
extern uint8_t dc_info(void);


/* get settings */
static inline void dc_init(void)
Expand Down

0 comments on commit f6e12a8

Please sign in to comment.