Car/App/Inc/app_bus.h

9 lines
95 B
C
Raw Permalink Normal View History

2024-07-20 10:44:59 +08:00
#ifndef __APP_BUS_H
#define __APP_BUS_H
void BlockDetect_Init();
void App_Bus(void);
#endif