This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 18f785c7b7d33b7d57e9921595a3757ad06e7c3b Author: Gustavo Henrique Nihei <[email protected]> AuthorDate: Mon Oct 25 14:43:37 2021 -0300 risc-v/esp32c3: Removed unused definitions Signed-off-by: Gustavo Henrique Nihei <[email protected]> --- boards/risc-v/esp32c3/esp32c3-devkit/src/esp32c3_bringup.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/boards/risc-v/esp32c3/esp32c3-devkit/src/esp32c3_bringup.c b/boards/risc-v/esp32c3/esp32c3-devkit/src/esp32c3_bringup.c index 3ca88c2..34b8e26 100644 --- a/boards/risc-v/esp32c3/esp32c3-devkit/src/esp32c3_bringup.c +++ b/boards/risc-v/esp32c3/esp32c3-devkit/src/esp32c3_bringup.c @@ -84,9 +84,6 @@ * Pre-processor Definitions ****************************************************************************/ -#define ESP32C3_MTD_OFFSET CONFIG_ESP32C3_MTD_OFFSET -#define ESP32C3_MTD_SIZE CONFIG_ESP32C3_MTD_SIZE - /**************************************************************************** * Public Functions ****************************************************************************/
