[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

@@ -68,7 +68,7 @@ DriverStation = "wpi/hal/DriverStation.hpp"
DriverStationTypes_c = "wpi/hal/DriverStationTypes.h"
DriverStationTypes = "wpi/hal/DriverStationTypes.hpp"
Extensions = "wpi/hal/Extensions.h"
HALBase = "wpi/hal/HALBase.h"
HAL = "wpi/hal/HAL.h"
Main = "wpi/hal/Main.h"
Notifier_c = "wpi/hal/Notifier.h"
Notifier = "wpi/hal/Notifier.hpp"