From 29651cb059e56969ed845b045ab46505c89dc0c5 Mon Sep 17 00:00:00 2001 From: jinlicong <493886250@qq.com> Date: Mon, 13 May 2024 20:11:38 +0800 Subject: [PATCH] 继续完善电源管理 --- HARDWARE/I2C/i2c.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/HARDWARE/I2C/i2c.c b/HARDWARE/I2C/i2c.c index 78a55c5..f15b773 100644 --- a/HARDWARE/I2C/i2c.c +++ b/HARDWARE/I2C/i2c.c @@ -1,7 +1,6 @@ #include "i2c.h" #include "delay.h" #include "gpio.h" -#include "lcd_io_api.h" #include "main.h" //���I2C -- Gitblit v1.9.3