add header to avoid error during CI not seen locally
Some checks failed
Arduino Library CI / build (feather_rp2350) (push) Has been cancelled
Arduino Library CI / build (metro_rp2350) (push) Has been cancelled
Arduino Library CI / clang (push) Has been cancelled
Arduino Library CI / doxygen (push) Has been cancelled

This commit is contained in:
Jeff Epler 2025-02-25 18:07:05 -06:00
parent 3105bdde83
commit bf210232d3

View file

@ -2,6 +2,7 @@
#include <string.h>
#include "dvi.hpp"
#include "pico/stdlib.h"
#include "hardware/gpio.h"