mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-01 02:41:48 +00:00
Prepends all HAL functions with HAL_ (#146)
This commit is contained in:
committed by
Peter Johnson
parent
5ad28d58ec
commit
b637b9ee4c
@@ -10,5 +10,5 @@
|
||||
#include <stdint.h>
|
||||
|
||||
extern "C" {
|
||||
int32_t HAL_getSystemClockTicksPerMicrosecond(void);
|
||||
int32_t HAL_GetSystemClockTicksPerMicrosecond(void);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user