Skip to content

Commit

Permalink
Remove semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
rzblue committed Dec 21, 2023
1 parent 3d865a1 commit 0d803bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hal/src/main/native/sim/mockdata/RoboRioData.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ DEFINE_CAPI(int32_t, UserFaults3V3, userFaults3V3)
DEFINE_CAPI(double, BrownoutVoltage, brownoutVoltage)
DEFINE_CAPI(double, CPUTemp, cpuTemp)
DEFINE_CAPI(int32_t, TeamNumber, teamNumber)
DEFINE_CAPI(HAL_RadioLEDState, RadioLEDState, radioLedState);
DEFINE_CAPI(HAL_RadioLEDState, RadioLEDState, radioLedState)

int32_t HALSIM_RegisterRoboRioSerialNumberCallback(
HAL_RoboRioStringCallback callback, void* param, HAL_Bool initialNotify) {
Expand Down

0 comments on commit 0d803bf

Please sign in to comment.