As title , standard file from SDK shows grammar errors (85 errors with the same problem) .
What's the problem ?


As title , standard file from SDK shows grammar errors (85 errors with the same problem) .
What's the problem ?


Hi,
It seems that you are missing a semicolon. Check the function that is defined over the nrfx_is_in_ram(), does it have a semicolon at the end?
regards
Jared
These are the only two related I found:


Do I need to insert semicolon or replace the value in () ?
These are the only two related I found:


Do I need to insert semicolon or replace the value in () ?
Hey,
Hmm, I meant in the header file, like right above where it complains. I see that you have many errors though in multiple files. Might be some other issue. Try to fix the first one that pops up on the error log and work your way downwards..
What have you modified in the SDK? Also, your main.c file is called mian.c...
regards
Jared