Skip to content
Snippets Groups Projects
Commit d80abd03 authored by Glenn Ruben Bakke's avatar Glenn Ruben Bakke
Browse files

nrf/nrfx_glue: Adapt to nrfx v.1.7.1.

Defining NRFX_STATIC_ASSERT macro to be empty, but available
to nrfx.
parent 85bde088
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment