Removed SysTickTimer_getValue() for real this time.

This commit is contained in:
Rob Giseburt
2017-02-22 11:14:27 -06:00
parent a8a5ab5023
commit b810a01af8
-9
View File
@@ -243,15 +243,6 @@ uint16_t compute_checksum(char const *string, const uint16_t length)
return (h % HASHMASK);
}
///*
// * SysTickTimer_getValue() - this is a hack to get around some compatibility problems
// */
//
//uint32_t SysTickTimer_getValue()
//{
// return (SysTickTimer.getValue());
//}
/***********************************************
**** Very Fast Number to ASCII Conversions ****
***********************************************/