Commit d80abd03 authored by Glenn Ruben Bakke's avatar Glenn Ruben Bakke

nrf/nrfx_glue: Adapt to nrfx v.1.7.1.

Defining NRFX_STATIC_ASSERT macro to be empty, but available
to nrfx.
parent 85bde088
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment