mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-26 01:51:41 +00:00
Prepends all HAL functions with HAL_ (#146)
This commit is contained in:
committed by
Peter Johnson
parent
5ad28d58ec
commit
b637b9ee4c
@@ -12,7 +12,7 @@
|
||||
using namespace hal;
|
||||
|
||||
extern "C" {
|
||||
int32_t HAL_getSystemClockTicksPerMicrosecond(void) {
|
||||
int32_t HAL_GetSystemClockTicksPerMicrosecond(void) {
|
||||
return kSystemClockTicksPerMicrosecond;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user