mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-06 17:46:07 +01:00
0fd9fda7a6
gnuindent -npro -kr -i8 -ts8 -sob -ss -ncs -cp1 -il0 -hnl -l150 git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@1836 ebee16cc-31ac-478f-84a7-5cbb03baadba
12 lines
261 B
C
12 lines
261 B
C
#ifndef AHRS_PROGRAM_MASTER_H
|
|
#define AHRS_PROGRAM_MASTER_H
|
|
|
|
/** Connect to AHRS and request programming mode
|
|
* returns: 0 if connected, -1 if failed.
|
|
*/
|
|
uint32_t AhrsProgramConnect(void);
|
|
|
|
//TODO: Implement programming protocol
|
|
|
|
#endif //AHRS_PROGRAM_MASTER_H
|