mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[hal] Fix Python CAN API types prefix (#8687)
This commit is contained in:
@@ -3,9 +3,9 @@ strip_prefixes:
|
||||
|
||||
enums:
|
||||
HAL_CANDeviceType:
|
||||
value_prefix: HAL_CAN_Dev
|
||||
value_prefix: HAL_CAN_DEV
|
||||
HAL_CANManufacturer:
|
||||
value_prefix: HAL_CAN_Man
|
||||
value_prefix: HAL_CAN_MAN
|
||||
HAL_CANFlags:
|
||||
classes:
|
||||
HAL_CANMessage:
|
||||
|
||||
Reference in New Issue
Block a user