1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-26 15:54:15 +01:00

LP-480 add missing #include

This commit is contained in:
Vladimir Zidar 2017-04-16 18:13:55 +02:00
parent 280e771ded
commit 97210850c3

View File

@ -209,7 +209,8 @@ typedef enum {
#ifdef PIOS_INCLUDE_USB
# ifndef BOOTLOADER
# include "hwsettings.h"
# include "uavobjectmanager.h"
# include "hwsettings.h"
void PIOS_BOARD_IO_Configure_USB();