![]() |
Morse Micro IoT SDK
2.9.7
|
Template example application.
This just enables the BSP and prints a message.
Definition in file template.c.
#include <string.h>#include "mmosal.h"
Go to the source code of this file.
Functions | |
| void | app_init (void) |
| Main entry point to the application. More... | |
| void app_init | ( | void | ) |
Main entry point to the application.
This will be invoked in a thread once operating system and hardware initialization has completed. It may return, but it does not have to.
Definition at line 24 of file template.c.