Skip to content

Commit b40b6b3

Browse files
authored
chore: address review feedback on mempool compatibility fix
1 parent dba42b9 commit b40b6b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/nimble/porting/nimble/include/os/os_mempool.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
#if defined(ESP_ARDUINO_VERSION)
4040
#define NIMBLE_OS_MEMPOOL_USE_ROM_R_PREFIX (ESP_ARDUINO_VERSION < ESP_ARDUINO_VERSION_VAL(3, 3, 11))
4141
#else
42-
#define NIMBLE_OS_MEMPOOL_USE_ROM_R_PREFIX (1)
42+
#define NIMBLE_OS_MEMPOOL_USE_ROM_R_PREFIX 1
4343
#endif
4444

4545
#ifdef __cplusplus

0 commit comments

Comments
 (0)