From 6a564808797a4546001c4d8eb9f4b11d96073c2f Mon Sep 17 00:00:00 2001 From: David Dyck Date: Tue, 18 Mar 2025 08:39:10 -1000 Subject: [PATCH] Remove FIXME delete comment (#2341) Fixes #2337 per @kilograham --- src/boards/include/boards/amethyst_fpga.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/boards/include/boards/amethyst_fpga.h b/src/boards/include/boards/amethyst_fpga.h index ea6b9a2d..190a0767 100644 --- a/src/boards/include/boards/amethyst_fpga.h +++ b/src/boards/include/boards/amethyst_fpga.h @@ -9,8 +9,6 @@ // SHOULD ONLY CONSIST OF PREPROCESSOR DIRECTIVES // ----------------------------------------------------- -// FIXME delete this file before release (board file for Amethyst FPGA platform) - // pico_cmake_set PICO_PLATFORM=rp2350 #ifndef _BOARDS_AMETHYST_FPGA_H