Car/App/Inc/app_bus.h
2024-07-20 10:48:10 +08:00

9 lines
95 B
C

#ifndef __APP_BUS_H
#define __APP_BUS_H
void BlockDetect_Init();
void App_Bus(void);
#endif