nrf/nrfx_glue: Adapt to nrfx v.1.7.1.
Defining NRFX_STATIC_ASSERT macro to be empty, but available to nrfx.
This commit is contained in:
parent
85bde0889d
commit
d80abd035e
@ -29,6 +29,8 @@
|
||||
|
||||
#include <soc/nrfx_irqs.h>
|
||||
|
||||
#define NRFX_STATIC_ASSERT(expression)
|
||||
|
||||
#define NRFX_ASSERT(expression) do { bool res = expression; (void)res; } while (0)
|
||||
#define NRFX_DELAY_US mp_hal_delay_us
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user