mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-31 16:52:10 +01:00
OP-1658 - Fixes for other targets (OSD and GPS)
This commit is contained in:
parent
fe59057476
commit
857cead7c7
@ -205,8 +205,9 @@ void PIOS_SPI_mag_flash_irq_handler(void)
|
|||||||
#endif /* PIOS_INCLUDE_FLASH */
|
#endif /* PIOS_INCLUDE_FLASH */
|
||||||
|
|
||||||
#if defined(PIOS_INCLUDE_HMC5X83)
|
#if defined(PIOS_INCLUDE_HMC5X83)
|
||||||
pios_hmc5x83_dev_t onboard_mag;
|
|
||||||
#include "pios_hmc5x83.h"
|
#include "pios_hmc5x83.h"
|
||||||
|
pios_hmc5x83_dev_t onboard_mag;
|
||||||
|
|
||||||
#ifdef PIOS_HMC5X83_HAS_GPIOS
|
#ifdef PIOS_HMC5X83_HAS_GPIOS
|
||||||
bool pios_board_mag_handler()
|
bool pios_board_mag_handler()
|
||||||
{
|
{
|
||||||
|
@ -31,7 +31,7 @@ MODULES += Osd/osdgen
|
|||||||
MODULES += Osd/osdinput
|
MODULES += Osd/osdinput
|
||||||
MODULES += Osd/WavPlayer
|
MODULES += Osd/WavPlayer
|
||||||
MODULES += GPS
|
MODULES += GPS
|
||||||
MODULES += Extensions/MagBaro
|
#MODULES += Extensions/MagBaro
|
||||||
MODULES += FirmwareIAP
|
MODULES += FirmwareIAP
|
||||||
MODULES += Telemetry
|
MODULES += Telemetry
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user