From e636c8d336489bf3eed5878299e6cc045bbad077 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Tue, 20 Feb 2024 01:17:29 +0000 Subject: [PATCH] debug lk --- 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