Skip to content

Commit 59aa88a

Browse files
authored
bazel fix
1 parent ae77f5a commit 59aa88a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/kitchen_sink/kitchen_sink.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
#include "hardware/dma.h"
1212
#include "pico/sync.h"
1313
#include "pico/stdlib.h"
14+
#if LIB_PICO_BINARY_INFO
15+
#include "pico/binary_info.h"
16+
#endif
1417
#else
1518
#include KITCHEN_SINK_INCLUDE_HEADER
1619
#endif

0 commit comments

Comments
 (0)