generated from hulk/gd32e23x_template
	IIC发送和接收函数的printf函数改为条件编译,条件在main.h
This commit is contained in:
		| @@ -8,6 +8,7 @@ | ||||
| #include "gd32e23x_it.h" | ||||
| #include "gd32e23x.h" | ||||
| #include "systick.h" | ||||
| #include "main.h" | ||||
| #include <stdbool.h> | ||||
| #include <string.h> | ||||
| #include <stdio.h> | ||||
|   | ||||
| @@ -35,4 +35,6 @@ OF SUCH DAMAGE. | ||||
| #ifndef MAIN_H | ||||
| #define MAIN_H | ||||
|  | ||||
| #define DEBUG_VERBOES | ||||
|  | ||||
| #endif /* MAIN_H */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user