From 326aa2e85c4b7e3123113e74f463f9f937ebd161 Mon Sep 17 00:00:00 2001 From: Thomas Clark Date: Fri, 25 Jul 2014 13:08:52 -0400 Subject: [PATCH] Fixed a typo with the tGlobal commit Change-Id: Ic801e9f73235cd24e9f57484c8af892c9c125075 --- hal/lib/Athena/HAL.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/hal/lib/Athena/HAL.cpp b/hal/lib/Athena/HAL.cpp index 975f1b7de8..3f74b105de 100644 --- a/hal/lib/Athena/HAL.cpp +++ b/hal/lib/Athena/HAL.cpp @@ -172,6 +172,7 @@ int HALInitialize(int mode) nFPGA::nRoboRIO_FPGANamespace::g_currentTargetClass = nLoadOut::kTargetClass_RoboRIO; + int32_t status; global = tGlobal::create(&status); // Kill any previous robot programs