From b810a01af8fa77667652ba3e1b548b40bd9c7f8f Mon Sep 17 00:00:00 2001 From: Rob Giseburt Date: Wed, 22 Feb 2017 11:14:27 -0600 Subject: [PATCH] Removed SysTickTimer_getValue() for real this time. --- g2core/util.cpp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/g2core/util.cpp b/g2core/util.cpp index b75ed64b..fe4b56bd 100644 --- a/g2core/util.cpp +++ b/g2core/util.cpp @@ -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 **** ***********************************************/