Skip to content

Commit

Permalink
Fix build errors on RP2040
Browse files Browse the repository at this point in the history
  • Loading branch information
will-v-pi committed Aug 21, 2024
1 parent 8d7ad79 commit 67e788f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/rp2_common/pico_bootrom/bootrom.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
#include "pico/bootrom.h"
#include "boot/picoboot.h"
#include "boot/picobin.h"
#if !PICO_RP2040
#include "hardware/rcp.h"
#endif

/// \tag::table_lookup[]

Expand Down
2 changes: 2 additions & 0 deletions src/rp2_common/pico_bootrom/include/pico/bootrom.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
#ifndef __ASSEMBLER__
#include <string.h>
#include "pico/bootrom/lock.h"
#if !PICO_RP2040
#include "pico/bootrom_structs.h"
#endif
// ROM FUNCTION SIGNATURES

#if PICO_RP2040
Expand Down

0 comments on commit 67e788f

Please sign in to comment.