mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-04 03:11:43 +00:00
Ran format.py after writing unit tests for and fixing bugs in it (#239)
This commit is contained in:
committed by
Peter Johnson
parent
ac9b6f7b18
commit
659dbef751
@@ -167,9 +167,7 @@ const char* HAL_GetErrorMessage(int32_t code) {
|
||||
/**
|
||||
* Returns the runtime type of this HAL
|
||||
*/
|
||||
HAL_RuntimeType HAL_GetRuntimeType() {
|
||||
return HAL_Athena;
|
||||
}
|
||||
HAL_RuntimeType HAL_GetRuntimeType() { return HAL_Athena; }
|
||||
|
||||
/**
|
||||
* Return the FPGA Version number.
|
||||
|
||||
Reference in New Issue
Block a user