mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
#ifdef added to be able to compile without GPS_LINK (e.g. HITL)
This commit is contained in:
@@ -181,7 +181,9 @@ void gps_configure ( void ) {
|
||||
#endif /* GPS_CONFIGURE */
|
||||
|
||||
void ubxsend_cfg_rst(uint16_t bbr , uint8_t reset_mode) {
|
||||
#ifdef GPS_LINK
|
||||
UbxSend_CFG_RST(bbr, reset_mode, 0x00);
|
||||
#endif /* else less harmful for HITL */
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user