pile_com_stm32/main/stm32/flow.h
2024-04-15 18:04:26 +08:00

7 lines
66 B
C

#ifndef __FLOW_H
#define __FLOW_H
void zero_flow2(void);
#endif