diff --git a/hal/lib/Athena/HALAthena.cpp b/hal/lib/Athena/HALAthena.cpp index d41370ec02..f316b5def7 100644 --- a/hal/lib/Athena/HALAthena.cpp +++ b/hal/lib/Athena/HALAthena.cpp @@ -212,7 +212,7 @@ int HALInitialize(int mode) nFPGA::nRoboRIO_FPGANamespace::g_currentTargetClass = nLoadOut::kTargetClass_RoboRIO; - int32_t status; + int32_t status = 0; global = tGlobal::create(&status); watchdog = tSysWatchdog::create(&status);