9 lines
118 B
C
9 lines
118 B
C
#ifndef __INC_APP_H
|
|
#define __INC_APP_H
|
|
|
|
#include "tx_port.h"
|
|
|
|
void app_thread_entry(ULONG _);
|
|
|
|
#endif // __INC_APP_H
|