8 lines
91 B
C
8 lines
91 B
C
#include <stdint.h>
|
|
|
|
#ifndef _FUNCONFIG_H
|
|
#define _FUNCONFIG_H
|
|
|
|
#define CH32V003 1
|
|
|
|
#endif
|