[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

@@ -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"