mirror of
https://github.com/synthetos/g2.git
synced 2026-09-25 16:33:38 +08:00
Removed SysTickTimer_getValue() for real this time.
This commit is contained in:
@@ -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 ****
|
||||
***********************************************/
|
||||
|
||||
Reference in New Issue
Block a user