Skip to content

Commit d5b78ec

Browse files
NeroBurnerJF002
authored andcommitted
SystemTask: remove unused ble includes
Remove unused includes. The firmware still compiles fine without the includes.
1 parent 4f649a8 commit d5b78ec

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

src/systemtask/SystemTask.cpp

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,4 @@
11
#include "systemtask/SystemTask.h"
2-
#define min // workaround: nimble's min/max macros conflict with libstdc++
3-
#define max
4-
#include <host/ble_gap.h>
5-
#include <host/ble_gatt.h>
6-
#include <host/ble_hs_adv.h>
7-
#include <host/util/util.h>
8-
#include <nimble/hci_common.h>
9-
#undef max
10-
#undef min
112
#include <hal/nrf_rtc.h>
123
#include <libraries/gpiote/app_gpiote.h>
134
#include <libraries/log/nrf_log.h>

0 commit comments

Comments
 (0)