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

openpilot: fix compile error on OP

This commit is contained in:
Stacey Sheldon 2011-08-31 21:43:57 -04:00
parent 2f86e4dd4f
commit 86ce79af1d

View File

@ -1182,6 +1182,7 @@ void PIOS_Board_Init(void) {
tx_buffer, PIOS_COM_GPS_TX_BUF_LEN)) {
PIOS_Assert(0);
}
}
#endif /* PIOS_INCLUDE_GPS */
break;
}