Plural got me again

This commit is contained in:
Ben Meadors 2023-05-16 13:07:08 -05:00 committed by Thomas Göttgens
parent 780ee20dbe
commit 6a94e6a77f

View file

@ -328,5 +328,5 @@ message NodeRemoteHardwarePinsResponse {
/*
* Nodes and their respective remote hardware GPIO pins
*/
repeated NodeRemoteHardwarePins node_remote_hardware_pins = 1;
repeated NodeRemoteHardwarePin node_remote_hardware_pins = 1;
}