Moved around some print statements to be more useful.

This commit is contained in:
skarg
2012-11-12 23:16:15 +00:00
parent 61cda1dbf9
commit c0b54d06bd
2 changed files with 6 additions and 5 deletions
+3
View File
@@ -254,6 +254,9 @@ void RS485_Initialize(
RS485_Print_Error();
}
RS485_Configure_Status();
#if PRINT_ENABLED
fprintf(stderr, "RS485 Interface: %s\n", RS485_Port_Name);
#endif
atexit(RS485_Cleanup);