steering-wheel/Core/Inc/app.h

9 lines
118 B
C
Raw Normal View History

2023-03-05 21:24:12 +01:00
#ifndef __INC_APP_H
#define __INC_APP_H
#include "tx_port.h"
void app_thread_entry(ULONG _);
#endif // __INC_APP_H