1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-17 02:52:12 +01:00

OP-185 Flight Added init function for PIOS_IAP helper functions.

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@1892 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
kokomojoe 2010-10-06 02:07:11 +00:00 committed by kokomojoe
parent 2fe266650f
commit 6499da40e3

View File

@ -79,7 +79,7 @@ void PIOS_Board_Init(void) {
PIOS_USB_HID_Init(0);
#endif
PIOS_I2C_Init();
PIOS_IAP_Init();
}
/* MicroSD Interface