From 07994db2b18748493f65db9c250d170aed269049 Mon Sep 17 00:00:00 2001 From: Ryan Blue Date: Sat, 27 Jul 2024 03:54:53 -0400 Subject: [PATCH] format --- hal/src/main/native/sim/CANAPI.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hal/src/main/native/sim/CANAPI.cpp b/hal/src/main/native/sim/CANAPI.cpp index 81858434a7d..5a4324ae590 100644 --- a/hal/src/main/native/sim/CANAPI.cpp +++ b/hal/src/main/native/sim/CANAPI.cpp @@ -64,7 +64,7 @@ static int32_t CreateCANId(CANStorage* storage, int32_t apiId) { return createdId; } extern "C" { -uint32_t HAL_GetCANPacketBaseTime() { +uint32_t HAL_GetCANPacketBaseTime(void) { int status = 0; auto basetime = HAL_GetFPGATime(&status); // us to ms @@ -289,4 +289,4 @@ void HAL_ReadCANPacketTimeout(HAL_CANHandle handle, int32_t apiId, } } } -} // extern "C" \ No newline at end of file +} // extern "C"