IIC发送和接收函数的printf函数改为条件编译,条件在main.h

This commit is contained in:
2024-12-24 11:17:25 +08:00
parent 05fb90c727
commit 8fa7ed32d8
3 changed files with 37 additions and 0 deletions

View File

@@ -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>