SCRIPT namespace replacements

This commit is contained in:
PJ Reiniger
2025-11-07 20:00:05 -05:00
committed by Peter Johnson
parent ae6c043632
commit 9aca8e0fd6
2622 changed files with 22275 additions and 22275 deletions

View File

@@ -8,7 +8,7 @@
#include "wpi/hal/CANAPI.h"
namespace frc {
namespace wpi {
/**
* High level class for interfacing with CAN devices conforming to
@@ -154,6 +154,6 @@ class CAN {
HAL_CAN_Dev_kMiscellaneous;
private:
hal::Handle<HAL_CANHandle, HAL_CleanCAN> m_handle;
wpi::hal::Handle<HAL_CANHandle, HAL_CleanCAN> m_handle;
};
} // namespace frc
} // namespace wpi