mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-19 04:52:12 +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 */
|
||||
|
||||
#if defined(PIOS_INCLUDE_HMC5X83)
|
||||
pios_hmc5x83_dev_t onboard_mag;
|
||||
#include "pios_hmc5x83.h"
|
||||
pios_hmc5x83_dev_t onboard_mag;
|
||||
|
||||
#ifdef PIOS_HMC5X83_HAS_GPIOS
|
||||
bool pios_board_mag_handler()
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ MODULES += Osd/osdgen
|
||||
MODULES += Osd/osdinput
|
||||
MODULES += Osd/WavPlayer
|
||||
MODULES += GPS
|
||||
MODULES += Extensions/MagBaro
|
||||
#MODULES += Extensions/MagBaro
|
||||
MODULES += FirmwareIAP
|
||||
MODULES += Telemetry
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user