[hal] Rename HALBase.h to HAL.h (#8668)

This commit is contained in:
Peter Johnson
2026-03-13 17:19:39 -07:00
committed by GitHub
parent ab4700854c
commit 6830c65a15
69 changed files with 73 additions and 72 deletions

View File

@@ -2,9 +2,9 @@
// Open Source Software; you can modify and/or share it under the terms of
// the WPILib BSD license file in the root directory of this project.
#include <gtest/gtest.h>
#include "wpi/hal/HAL.h"
#include "wpi/hal/HALBase.h"
#include <gtest/gtest.h>
namespace wpi::hal {
TEST(HALTest, RuntimeType) {

View File

@@ -4,7 +4,7 @@
#include <gtest/gtest.h>
#include "wpi/hal/HALBase.h"
#include "wpi/hal/HAL.h"
int main(int argc, char** argv) {
HAL_Initialize(500, 0);

View File

@@ -10,7 +10,7 @@
#include "wpi/hal/AnalogInput.h"
#include "wpi/hal/Errors.h"
#include "wpi/hal/HALBase.h"
#include "wpi/hal/HAL.h"
#include "wpi/hal/handles/HandlesInternal.hpp"
namespace wpi::hal {

View File

@@ -10,7 +10,7 @@
#include "wpi/hal/DIO.h"
#include "wpi/hal/Errors.h"
#include "wpi/hal/HALBase.h"
#include "wpi/hal/HAL.h"
#include "wpi/hal/handles/HandlesInternal.hpp"
namespace wpi::hal {

View File

@@ -8,7 +8,7 @@
#include "wpi/hal/CTREPCM.h"
#include "wpi/hal/Errors.h"
#include "wpi/hal/HALBase.h"
#include "wpi/hal/HAL.h"
#include "wpi/hal/handles/HandlesInternal.hpp"
#include "wpi/hal/simulation/CTREPCMData.h"

View File

@@ -9,7 +9,7 @@
#include <gtest/gtest.h>
#include "wpi/hal/Errors.h"
#include "wpi/hal/HALBase.h"
#include "wpi/hal/HAL.h"
#include "wpi/hal/PWM.h"
#include "wpi/hal/handles/HandlesInternal.hpp"