mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-13 20:48:42 +01:00
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 )
|
||
|
{
|
||
|
|
||
|
}
|