From e0168d36f7b3dcc0bf4c4f3ab95485d1e2df7832 Mon Sep 17 00:00:00 2001
From: chen <15335560115@163.com>
Date: 星期三, 23 十月 2024 14:12:55 +0800
Subject: [PATCH] 车载标签V1.5版本,加入上电灯逻辑

---
 pin_config.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/pin_config.c b/pin_config.c
index 142d3b6..637cfe1 100644
--- a/pin_config.c
+++ b/pin_config.c
@@ -55,6 +55,7 @@
     io_pin_mux_set(IO_PIN_10, IO_FUNC4);
     io_pin_mux_set(IO_PIN_9, IO_FUNC4);
 	
+
 	// Single ADC, If IO0 is set to negative input, the positive input is Vref, and vice versa
     io_pin_mux_set(IO_PIN_0, IO_FUNC1);
     io_pull_set(IO_PIN_0, IO_HIGH_Z, IO_PULL_UP_NONE);

--
Gitblit v1.9.3