Morse Micro IoT SDK  2.9.7
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
19
24void app_init(void)
25{
26 printf("\n\nTemplate Example (Built " __DATE__ " " __TIME__ ")\n\n");
27
28 // HERE: Application code
29}
void app_init(void)
Main entry point to the application.
Definition: template.c:24