Morse Micro IoT SDK  2.10.4
template.c
Go to the documentation of this file.
1/*
2 * Copyright 2022-2023 Morse Micro
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
16#include <string.h>
17#include "mmosal.h"
18
23void app_init(void)
24{
25 printf("\n\nTemplate Example (Built " __DATE__ " " __TIME__ ")\n\n");
26
27 // HERE: Application code
28}
void app_init(void)
Main entry point to the application.
Definition: template.c:23