mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-11 01:54:14 +01:00
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
6 lines
128 B
C
6 lines
128 B
C
#ifndef AHRS_SPI_PROGRAM_SLAVE_H
|
|
#define AHRS_SPI_PROGRAM_SLAVE_H
|
|
|
|
void AhrsProgramReceive(void);
|
|
#endif //AHRS_PROGRAM_SLAVE_H
|