mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
Rename FRC to WPILib (#8637)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user