mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[hal] Add HAL_Status typedef (#8671)
This commit is contained in:
@@ -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__)
|
||||
|
||||
Reference in New Issue
Block a user