Serial out cleanup

This commit is contained in:
Scott Lahteine
2019-05-06 14:14:27 -05:00
parent 9853331b34
commit f9a50f451d
2 changed files with 1 additions and 10 deletions

View File

@ -110,7 +110,7 @@ int main(void) {
#if NUM_SERIAL > 0
MYSERIAL0.begin(BAUDRATE);
SERIAL_PRINTF("x86_64 Initialised\n");
SERIAL_ECHOLNPGM("x86_64 Initialized");
SERIAL_FLUSHTX();
#endif