mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-05 23:49:00 +08:00
include usb_serial.h in sys_mon if needed
This commit is contained in:
@@ -25,6 +25,10 @@
|
||||
#include "sys_mon.h"
|
||||
#include "sys_time.h"
|
||||
|
||||
#ifdef USE_USB_SERIAL
|
||||
#include "usb_serial.h"
|
||||
#endif
|
||||
|
||||
/* Global vars */
|
||||
uint8_t cpu_load;
|
||||
uint16_t periodic_time, periodic_cycle, periodic_cycle_min, periodic_cycle_max;
|
||||
|
||||
Reference in New Issue
Block a user