Rename FRC to WPILib (#8637)

This commit is contained in:
Thad House
2026-03-13 23:05:55 -07:00
committed by GitHub
parent 6830c65a15
commit b2b111dc11
73 changed files with 134 additions and 141 deletions

View File

@@ -6,7 +6,7 @@
#include "wpi/hal/HAL.h"
#ifndef __FRC_SYSTEMCORE__
#ifndef __FIRST_SYSTEMCORE__
namespace wpi::impl {
void ResetMotorSafety();
}
@@ -16,7 +16,7 @@ int main(int argc, char** argv) {
HAL_Initialize(500, 0);
::testing::InitGoogleTest(&argc, argv);
int ret = RUN_ALL_TESTS();
#ifndef __FRC_SYSTEMCORE__
#ifndef __FIRST_SYSTEMCORE__
wpi::impl::ResetMotorSafety();
#endif
return ret;