We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ab512a commit 1e77940Copy full SHA for 1e77940
src/components/ble/HeartRateService.h
@@ -2,9 +2,9 @@
2
#define min // workaround: nimble's min/max macros conflict with libstdc++
3
#define max
4
#include <host/ble_gap.h>
5
-#include <atomic>
6
#undef max
7
#undef min
+#include <atomic>
8
9
namespace Pinetime {
10
namespace Controllers {
0 commit comments