summaryrefslogtreecommitdiff
path: root/src/components/ble/ImmediateAlertService.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ble/ImmediateAlertService.h')
-rw-r--r--src/components/ble/ImmediateAlertService.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/ble/ImmediateAlertService.h b/src/components/ble/ImmediateAlertService.h
index c42846c4..2bc9cba5 100644
--- a/src/components/ble/ImmediateAlertService.h
+++ b/src/components/ble/ImmediateAlertService.h
@@ -1,5 +1,9 @@
#pragma once
+#define min // workaround: nimble's min/max macros conflict with libstdc++
+#define max
#include <host/ble_gap.h>
+#undef max
+#undef min
namespace Pinetime {
namespace System {