Skip to content

Commit 2535de7

Browse files
authored
Update amethyst_fpga.h
1 parent f4e5f90 commit 2535de7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/boards/include/boards/amethyst_fpga.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ pico_board_cmake_set(PICO_PLATFORM, rp2350)
1919
#endif
2020

2121
// For board detection
22-
#define RASPBERRYPI_FPGA
2322
#define RASPBERRYPI_AMETHYST_FPGA
2423

24+
#define RASPBERRYPI_FPGA 1
25+
2526
#define PICO_NO_FPGA_CHECK 0
2627

2728
// --- UART ---

0 commit comments

Comments
 (0)