mirror of
https://github.com/okalachev/flix.git
synced 2025-07-28 20:08:53 +00:00
Add missing newlines to initialization prints
This commit is contained in:
parent
21dcb39b7e
commit
86305a08f8
@ -29,7 +29,7 @@ float motors[4]; // normalized motors thrust in range [0..1]
|
||||
|
||||
void setup() {
|
||||
Serial.begin(SERIAL_BAUDRATE);
|
||||
Serial.println("Initializing flix");
|
||||
Serial.println("Initializing flix\n");
|
||||
disableBrownOut();
|
||||
setupLED();
|
||||
setupMotors();
|
||||
@ -40,7 +40,7 @@ void setup() {
|
||||
setupIMU();
|
||||
setupRC();
|
||||
setLED(false);
|
||||
Serial.println("Initializing complete");
|
||||
Serial.println("Initializing complete\n");
|
||||
}
|
||||
|
||||
void loop() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user