From 455b31b3ca07c82befdaa5ac0bc834c6c589f9a9 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Fri, 15 Jul 2022 09:18:58 -0400 Subject: [PATCH] typo --- cubesatsim/cubesatsim.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index 05ead9b2..e3c80dfa 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -2628,7 +2628,7 @@ void process_bootsel() { } // pb_value = digitalRead(MAIN_PB_PIN); - if ((!BOOTSEL)D) && (release == FALSE)) { + if ((!BOOTSEL) && (release == FALSE)) { Serial.println("BOOTSEL: Switch to SSTV"); release = TRUE; }