[hal] Add HAL_Status typedef (#8671)

This commit is contained in:
Peter Johnson
2026-03-13 15:51:43 -07:00
committed by GitHub
parent 907bf05607
commit 80647654c3

View File

@@ -74,6 +74,8 @@ typedef HAL_Handle HAL_CANStreamHandle;
typedef int32_t HAL_Bool;
typedef int32_t HAL_Status;
#ifdef __cplusplus
#define HAL_ENUM_WITH_UNDERLYING_TYPE(name, type) enum name : type
#elif defined(__clang__)