13 lines
95 B
C
13 lines
95 B
C
|
#include "hk32f030m.h"
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
void GPIO_Init(void){
|
||
|
|
||
|
|
||
|
|
||
|
}
|
||
|
|
||
|
#define GPIO_SET()
|
||
|
#define GPIO_RESET()
|