Browse Source

AP_HAL_ChibiOS: Fix multi #include's

gps-1.3.1
Jaaaky 3 years ago committed by Andrew Tridgell
parent
commit
f1f31c1aef
  1. 1
      libraries/AP_HAL_ChibiOS/Util.cpp

1
libraries/AP_HAL_ChibiOS/Util.cpp

@ -28,7 +28,6 @@ @@ -28,7 +28,6 @@
#include <AP_Common/ExpandingString.h>
#include "sdcard.h"
#include "shared_dma.h"
#include <AP_Common/ExpandingString.h>
#if defined(HAL_PWM_ALARM) || HAL_DSHOT_ALARM || HAL_CANMANAGER_ENABLED
#include <AP_Notify/AP_Notify.h>
#endif

Loading…
Cancel
Save