mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[hal] Rename kAddressableLEDLength to all caps
This commit is contained in:
@@ -36,7 +36,7 @@ class AddressableLEDModel : public wpi::glass::LEDDisplayModel {
|
||||
private:
|
||||
int32_t m_channel;
|
||||
|
||||
HAL_AddressableLEDData m_data[HAL_kAddressableLEDMaxLength];
|
||||
HAL_AddressableLEDData m_data[HAL_ADDRESSABLE_LED_MAX_LEN];
|
||||
};
|
||||
|
||||
class AddressableLEDsModel : public wpi::glass::LEDDisplaysModel {
|
||||
|
||||
Reference in New Issue
Block a user