Files
ch32v203-eth-node/include/timer.h
2024-10-14 02:13:05 +06:00

10 lines
124 B
C

#ifndef TIMER_H
#define TIMER_H
#include "ch32v003fun.h"
// Function prototypes
void tim2_init(void);
#endif // TIMER_H