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