S32K144 Template
v1.0.0
Boilerplate firmware project for NXP S32K144
Toggle main menu visibility
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
12
void
app_main
(
void
);
13
14
#endif
/* APP_H */
app_main
void app_main(void)
Definition
app.c:9
src
app.h
Generated by
1.17.0