1
0
mirror of https://gitlab.com/lander-team/lander-cpp.git synced 2025-07-23 14:41:25 +00:00

Merge branch 'main' into '27-fix-simulation-on-teensy'

# Conflicts:
#   src/main.cpp
This commit is contained in:
Brendan McGeeney
2021-11-12 19:23:05 +00:00
2 changed files with 9 additions and 6 deletions

View File

@@ -214,5 +214,9 @@ void closeFile() {
void teensyAbort() {
while (1) {
digitalWrite(BUILTIN_LED, HIGH);
delay(1000);
digitalWrite(BUILTIN_LED, LOW);
delay(1000);
}
}