mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-08-06 10:27:34 +00:00
Added waiting until serial was initialized
This commit is contained in:
@@ -12,6 +12,7 @@ namespace sta
|
||||
mutex_{mutex}
|
||||
{
|
||||
Serial.begin(baud);
|
||||
while (!Serial);
|
||||
}
|
||||
|
||||
void PrintableSerial::print(const char * str, size_t length)
|
||||
|
Reference in New Issue
Block a user