bazel fix

This commit is contained in:
Graham Sanderson 2025-07-16 17:24:59 -05:00 committed by GitHub
parent ae77f5a8c3
commit 59aa88a9c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,6 +11,9 @@
#include "hardware/dma.h"
#include "pico/sync.h"
#include "pico/stdlib.h"
#if LIB_PICO_BINARY_INFO
#include "pico/binary_info.h"
#endif
#else
#include KITCHEN_SINK_INCLUDE_HEADER
#endif