Bugfix/codeql initial fixes (#195)

* Fix to BVLC6 bounds checking

* Convert MSTP capture to use datetime library

* Convert timesync app to use datetime and mstimer library

* fix workflow per warning

* fix BSD mstimer init function name

Co-authored-by: Steve Karg <skarg@users.sourceforge.net>
This commit is contained in:
Steve Karg
2021-09-17 09:21:26 -05:00
committed by GitHub
parent 63a8735fa7
commit eff691aedd
6 changed files with 25 additions and 41 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ unsigned long mstimer_now(void)
/**
* @brief Initialization for timer
*/
void timer_init(void)
void mstimer_init(void)
{
#ifdef __MACH__
clock_serv_t cclock;