ch32hack/funconfig.h
2025-06-18 00:49:30 +02:00

8 lines
91 B
C

#include <stdint.h>
#ifndef _FUNCONFIG_H
#define _FUNCONFIG_H
#define CH32V003 1
#endif