From 5dc5ab5650e35c537f26d38ad49f1dd9b061cf11 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 2 Jun 2022 17:32:48 +0200 Subject: arm/lpc32xx: Hide MLC details --- bsps/arm/lpc32xx/include/bsp/boot.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bsps/arm/lpc32xx/include/bsp/boot.h b/bsps/arm/lpc32xx/include/bsp/boot.h index bc8b13a5aa..3f1c3531b2 100644 --- a/bsps/arm/lpc32xx/include/bsp/boot.h +++ b/bsps/arm/lpc32xx/include/bsp/boot.h @@ -19,8 +19,6 @@ #include -#include - #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ @@ -87,7 +85,7 @@ typedef union { uint8_t d12; uint8_t reserved_12 [463]; } field; - uint32_t data [MLC_SMALL_DATA_WORD_COUNT]; + uint32_t data [128]; } lpc32xx_boot_block; void lpc32xx_setup_boot_block( -- cgit v1.2.3