mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-31 03:57:45 +08:00
[intermcu] fix missing endif
This commit is contained in:
@@ -171,6 +171,8 @@ static inline void intermcu_parse_msg(void (*rc_frame_handler)(void))
|
|||||||
telemetry_intermcu_on_msg(0, msg, size);
|
telemetry_intermcu_on_msg(0, msg, size);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
#if IMCU_GPS
|
#if IMCU_GPS
|
||||||
case DL_IMCU_REMOTE_GPS: {
|
case DL_IMCU_REMOTE_GPS: {
|
||||||
uint32_t now_ts = get_sys_time_usec();
|
uint32_t now_ts = get_sys_time_usec();
|
||||||
|
|||||||
Reference in New Issue
Block a user