You've already forked Core2forAWS-MicroPython
mirror of
https://github.com/m5stack/Core2forAWS-MicroPython.git
synced 2026-05-20 10:30:31 -07:00
extmod/nimble: Set struct alignment correctly on 64-bit arch.
This commit is contained in:
committed by
Damien George
parent
ed14435a8e
commit
5b08676d6a
@@ -33,7 +33,7 @@
|
||||
|
||||
// --- Configuration of NimBLE data structures --------------------------------
|
||||
|
||||
#define BLE_NPL_OS_ALIGNMENT (4)
|
||||
#define BLE_NPL_OS_ALIGNMENT (sizeof(uintptr_t))
|
||||
#define BLE_NPL_TIME_FOREVER (0xffffffff)
|
||||
|
||||
typedef uint32_t ble_npl_time_t;
|
||||
|
||||
Reference in New Issue
Block a user