int main(void)
{
initialize();
execution_start(start);
for (;;)
{
(void)sd_app_evt_wait();
}
}
can you explain me the execution of code flow in the main with these APIs?
Thanks,
int main(void)
{
initialize();
execution_start(start);
for (;;)
{
(void)sd_app_evt_wait();
}
}
can you explain me the execution of code flow in the main with these APIs?
Thanks,
You can place it wherever you want as long as you add the correct paths to your project include directories.
I have removed it. still the same error while building
Also, when i am trying open any file from nRF5 SDK folder, i get this error
Is the file located ìn the given path? If it is located in another path, you need to remove the file from the project and add it again from the correct path.