Skip to content

Commit 7755582

Browse files
authored
Update bootrom.h to match previous commit
1 parent 2535de7 commit 7755582

File tree

1 file changed

+1
-1
lines changed
  • src/rp2_common/pico_bootrom/include/pico

1 file changed

+1
-1
lines changed

src/rp2_common/pico_bootrom/include/pico/bootrom.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ __force_inline static void *rom_hword_as_ptr(uint16_t rom_address) {
173173

174174
#ifdef __riscv
175175
static __force_inline bool rom_size_is_64k(void) {
176-
#ifdef RASPBERRYPI_FPGA
176+
#if RASPBERRYPI_FPGA
177177
return *(uint16_t*)0x14 >= 0x8000;
178178
#else
179179
return false;

0 commit comments

Comments
 (0)