From 01573e231f18eb2d99162747186f59511f56b64d Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Fri, 08 Dec 2023 10:40:48 +0000
Subject: [PATCH] 移去rt

---
 u-boot/include/key.h |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/u-boot/include/key.h b/u-boot/include/key.h
index 7a9f9e4..0ccf7b1 100644
--- a/u-boot/include/key.h
+++ b/u-boot/include/key.h
@@ -33,9 +33,10 @@
 
 	/* ADC key */
 	u8 channel;
-	u32 adcval;
-	u32 min;
-	u32 max;
+	int in_volt;
+	int center;
+	int min;
+	int max;
 
 	/* GPIO key */
 	u32 irq;

--
Gitblit v1.6.2