From 93dd0326028159b628475f20ef864e0dc935902e Mon Sep 17 00:00:00 2001 From: Doug Brown Date: Mon, 17 Jul 2023 20:09:51 -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 4f401c1..2c205ed 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 *