mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-13 20:48:42 +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
10 lines
160 B
C
10 lines
160 B
C
#include <stdint.h>
|
|
#include "ahrs_spi_program_slave.h"
|
|
#include "ahrs_spi_program.h"
|
|
|
|
//TODO:Implement programming protocol
|
|
void AhrsProgramReceive(void)
|
|
{
|
|
|
|
}
|