We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4904ee5 commit 31180ecCopy full SHA for 31180ec
cores/nRF5/verify.h
@@ -62,7 +62,7 @@ extern "C"
62
do { \
63
const char* (*_fstr)(int32_t) = _funcstr;\
64
printf("%s: %d: verify failed, error = ", __PRETTY_FUNCTION__, __LINE__);\
65
- if (_fstr) printf(_fstr(_status)); else printf("%d", _status);\
+ if (_fstr) printf(_fstr(_status)); else printf("%ld", _status);\
66
printf("\n");\
67
}while(0)
68
#else
0 commit comments