Skip to content

Commit

Permalink
Fix water pump generation
Browse files Browse the repository at this point in the history
  • Loading branch information
paulocsanz committed Oct 1, 2024
1 parent e41f7d6 commit ed2cd8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sensor_prototypes/water_pump.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"includes": ["water_pump.hpp", "iop-hal/device.hpp"],
"definitions": [
{
"line": "static relay::WaterPump waterPump{{index}}(IOP_PIN_RAW(config::waterPump{{index}}));"
"line": "static iop_hal::WaterPump waterPump{{index}}(IOP_PIN_RAW(config::waterPump{{index}}));"
}
],
"setups": [
Expand Down

0 comments on commit ed2cd8c

Please sign in to comment.