mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-28 02:11:43 +00:00
[ci] Upgrade to wpiformat 2026.56 (#8666)
This commit is contained in:
@@ -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, \
|
||||
|
||||
Reference in New Issue
Block a user