hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
u-boot/include/key.h
....@@ -33,9 +33,10 @@
3333
3434 /* ADC key */
3535 u8 channel;
36
- u32 adcval;
37
- u32 min;
38
- u32 max;
36
+ int in_volt;
37
+ int center;
38
+ int min;
39
+ int max;
3940
4041 /* GPIO key */
4142 u32 irq;