mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2026-01-28 01:47:21 +01:00
bazel fix
This commit is contained in:
parent
ae77f5a8c3
commit
59aa88a9c8
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue