nimble/host/src/ble_gap.c - undefined SET_BIT before defining it.

The STM32 port also has a SET_BIT.
This commit is contained in:
dmainz
2024-09-18 13:08:28 +02:00
committed by Szymon Janc
parent 67f7e979f0
commit 1962ba1726
+1
View File
@@ -41,6 +41,7 @@
#define bssnz_t
#endif
#undef SET_BIT
#define SET_BIT(t, n) (t |= 1UL << (n))
/**