reform

MNT Reform: Open Source Portable Computer
Log (Feed) | Files | Refs (Tags) | README

commit 8062f82c2823c04705c60773119f4b1ea3e5d0c7
parent 324c213dc3ef28e4ff5abacd62a1fa4483e8b126
Author: Lukas F. Hartmann <lukas@mntre.com>
Date:   Wed, 20 Jan 2021 14:04:45 +0100

WIP: keyboard: remove unused bat_volts

Diffstat:
Mreform2-keyboard-fw/Keyboard.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/reform2-keyboard-fw/Keyboard.c b/reform2-keyboard-fw/Keyboard.c @@ -233,7 +233,7 @@ void remote_get_voltages(void) { Serial_SendByte('\r'); Delay_MS(1); remote_receive_string(0); - bat_volts = ((float)atoi(response))/1000.0; + //bat_volts = ((float)atoi(response))/1000.0; //Serial_SendByte('a'); //Serial_SendByte('\r');