From 0b88f6154290bb4b614ebc43b6abd5d1fe2ec0ec Mon Sep 17 00:00:00 2001 From: Doug Brown Date: Sun, 6 Aug 2023 20:35:30 -0700 Subject: [PATCH] Mark the M258KE board as having pulldown support --- hal/m258ke/board_hw.h | 1 + 1 file changed, 1 insertion(+) diff --git a/hal/m258ke/board_hw.h b/hal/m258ke/board_hw.h index 3836f20..306ad04 100644 --- a/hal/m258ke/board_hw.h +++ b/hal/m258ke/board_hw.h @@ -30,6 +30,7 @@ #include "../usbcdc.h" #define BOARD_LED_INVERTED true +#define BOARD_SUPPORTS_PULLDOWNS true /** Gets the GPIO pin on the board that controls the status LED *