mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-18 08:54:15 +01:00
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@1830 ebee16cc-31ac-478f-84a7-5cbb03baadba
10 lines
171 B
C
10 lines
171 B
C
#include <stdint.h>
|
|
#include "ahrs_spi_program_slave.h"
|
|
#include "ahrs_spi_program.h"
|
|
|
|
//TODO:Implement programming protocol
|
|
void AhrsProgramReceive( void )
|
|
{
|
|
|
|
}
|