We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a47c85 commit e31ba39Copy full SHA for e31ba39
cores/nRF5/nimble_config/ext_nimble_config.h
@@ -14,4 +14,8 @@
14
15
#ifndef min
16
#define min(a, b) ((a)<(b)?(a):(b))
17
+#endif
18
+
19
+#ifndef max
20
+#define max(a, b) ((a)>(b)?(a):(b))
21
#endif
0 commit comments