[ci] Upgrade to wpiformat 2026.56 (#8666)

This commit is contained in:
Tyler Veness
2026-03-13 13:15:01 -07:00
committed by GitHub
parent f196418297
commit 907bf05607
14 changed files with 35 additions and 58 deletions

View File

@@ -42,8 +42,8 @@
class cbname##Source : public ::wpi::glass::Type##Source { \
public: \
explicit cbname##Source(int32_t index, int channel = -1) \
: Type##Source{::wpi::glass::MakeSourceId( \
id, channel < 0 ? index : channel)}, \
: Type##Source{ \
::wpi::glass::MakeSourceId(id, channel < 0 ? index : channel)}, \
m_index{index}, \
m_channel{channel < 0 ? index : channel}, \
m_callback{HALSIM_Register##cbname##Callback(index, CallbackFunc, \