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:
@@ -214,5 +214,9 @@ void closeFile() {
|
||||
|
||||
void teensyAbort() {
|
||||
while (1) {
|
||||
digitalWrite(BUILTIN_LED, HIGH);
|
||||
delay(1000);
|
||||
digitalWrite(BUILTIN_LED, LOW);
|
||||
delay(1000);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user