We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3db4e01 commit a2356f2Copy full SHA for a2356f2
src/components/ble/MusicService.cpp
@@ -18,6 +18,8 @@
18
#include "components/ble/MusicService.h"
19
#include "components/ble/NimbleController.h"
20
#include <cstring>
21
+#include <FreeRTOS.h>
22
+#include <task.h>
23
24
namespace {
25
// 0000yyxx-78fc-48fe-8e23-433b3a1942d0
src/components/ble/MusicService.h
@@ -25,6 +25,7 @@
#include <host/ble_uuid.h>
26
#undef max
27
#undef min
28
29
30
namespace Pinetime {
31
namespace Controllers {
0 commit comments