From 720abed6398ddf1aaef203f8642341b933c327dd Mon Sep 17 00:00:00 2001 From: Andrey Bychkov Date: Sun, 4 Feb 2024 22:58:58 +0300 Subject: [PATCH] include fix --- ValveController.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ValveController.cpp b/ValveController.cpp index 6a2dc32..83bde48 100644 --- a/ValveController.cpp +++ b/ValveController.cpp @@ -1,4 +1,4 @@ -#include "pico/stdlib.h" +#include void gpio_init_out(uint gpio) { gpio_set_dir(gpio, GPIO_OUT);