mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-30 15:52:12 +01:00
b2d56ca34c
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@1830 ebee16cc-31ac-478f-84a7-5cbb03baadba
6 lines
133 B
C
6 lines
133 B
C
#ifndef AHRS_SPI_PROGRAM_SLAVE_H
|
|
#define AHRS_SPI_PROGRAM_SLAVE_H
|
|
|
|
void AhrsProgramReceive(void);
|
|
#endif //AHRS_PROGRAM_SLAVE_H
|