mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-29 02:21:44 +00:00
Change SystemCore to Systemcore (#8359)
This commit is contained in:
@@ -164,7 +164,7 @@ const char* HAL_GetErrorMessage(int32_t code) {
|
||||
}
|
||||
}
|
||||
|
||||
static HAL_RuntimeType runtimeType = HAL_Runtime_SystemCore;
|
||||
static HAL_RuntimeType runtimeType = HAL_Runtime_Systemcore;
|
||||
|
||||
HAL_RuntimeType HAL_GetRuntimeType(void) {
|
||||
return runtimeType;
|
||||
|
||||
Reference in New Issue
Block a user