Skip to content

Commit d54104a

Browse files
bmdkBrian Murphy
andauthored
fix when PICO_NO_BINARY_INFO is set (earlephilhower#693)
Co-authored-by: Brian Murphy <brm@robotize.com>
1 parent bc3484e commit d54104a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/common/pico_binary_info/include/pico/binary_info.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,5 @@
2525
#if !PICO_ON_DEVICE && !defined(PICO_NO_BINARY_INFO)
2626
#define PICO_NO_BINARY_INFO 1
2727
#endif
28-
#if !PICO_NO_BINARY_INFO
2928
#include "pico/binary_info/code.h"
3029
#endif
31-
#endif

0 commit comments

Comments
 (0)