7 lines
69 B
C
7 lines
69 B
C
#ifndef __APP_H
|
|
#define __APP_H
|
|
#include "bsp.h"
|
|
|
|
void app();
|
|
|
|
#endif |