Compile error for _Static_assert.

I'm using 52840 device with SDK V14.2.0. and SEGGER IDE.

app_util.h flags _Static_assert as an error.

sdk/modules/nrfx/mdk/compiler_abstraction.h:118:                #define _Static_assert static_assert

I cant locate a decent definition for _Static_assert or static_assert anywhere else in the sdk.

Any ideas?

Parents Reply Children
Related