Important update:
- Bug fix: make DateTimeCore functions linkable by using it in CLogCore - CLogCore: - Rename FileOutput -> OutputFile - Add DateTimeStr to Output if FileNo > 3
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
* Author: wentzelc
|
||||
*/
|
||||
|
||||
// redA Librarie
|
||||
// redA Libraries
|
||||
#include "TimingCore.h"
|
||||
|
||||
// Standard C/C++ Libraries
|
||||
@@ -64,3 +64,4 @@ bool Timeout( timeval StartTime, long MilliSeconds )
|
||||
return ((TimePassed(StartTime) > MilliSeconds)? true : false);
|
||||
}
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user