S32K144 Template v1.0.0
Boilerplate firmware project for NXP S32K144
Loading...
Searching...
No Matches
app.h
Go to the documentation of this file.
1/*
2 * NXP S32 Firmware Template
3 * File: src/app.h
4 * Description: Application entry point
5 * Author: Shishir Dey
6 * License: MIT
7 */
8
9#ifndef APP_H
10#define APP_H
11
12void app_main(void);
13
14#endif /* APP_H */
void app_main(void)
Definition app.c:9