diff --git a/nordic-sdk/components/softdevice/s130/include/nrf_svc.h b/nordic-sdk/components/softdevice/s130/include/nrf_svc.h index 2073c70..3e29995 100644 --- a/nordic-sdk/components/softdevice/s130/include/nrf_svc.h +++ b/nordic-sdk/components/softdevice/s130/include/nrf_svc.h @@ -56,7 +56,7 @@ "bx r14" : : "I" ((uint32_t)number) : "r0" \ ); \ } \ - _Pragma("GCC diagnostic pop") \ + _Pragma("GCC diagnostic pop") #elif defined (__ICCARM__) #define PRAGMA(x) _Pragma(#x) #define SVCALL(number, return_type, signature) \