mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
fix when PICO_NO_BINARY_INFO is set (#693)
Co-authored-by: Brian Murphy <brm@robotize.com>
This commit is contained in:
parent
bc3484e793
commit
d54104a1e5
1 changed files with 0 additions and 2 deletions
|
|
@ -25,7 +25,5 @@
|
|||
#if !PICO_ON_DEVICE && !defined(PICO_NO_BINARY_INFO)
|
||||
#define PICO_NO_BINARY_INFO 1
|
||||
#endif
|
||||
#if !PICO_NO_BINARY_INFO
|
||||
#include "pico/binary_info/code.h"
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue