mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-09-10 11:10:03 +00:00
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:
@@ -41,6 +41,7 @@
|
||||
#define bssnz_t
|
||||
#endif
|
||||
|
||||
#undef SET_BIT
|
||||
#define SET_BIT(t, n) (t |= 1UL << (n))
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user