[hal] Fix Python CAN API types prefix (#8687)

This commit is contained in:
Peter Johnson
2026-03-16 22:47:58 -06:00
committed by GitHub
parent e81d47fb46
commit 0665aed66b

View File

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