From d8dde8b6294a4a5cef08d3453833b9d789a4787f Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Thu, 16 Jul 2020 16:25:12 +0200 Subject: [PATCH] boards/mcb2388: adapt to new lpc23xx CPU name --- boards/mcb2388/Makefile.features | 2 +- boards/mcb2388/include/board.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/mcb2388/Makefile.features b/boards/mcb2388/Makefile.features index 95cb8ca311..372c4e29fa 100644 --- a/boards/mcb2388/Makefile.features +++ b/boards/mcb2388/Makefile.features @@ -1,4 +1,4 @@ -CPU = lpc2387 +CPU = lpc23xx CPU_MODEL = lpc2388 # Put defined MCU peripherals here (in alphabetical order) diff --git a/boards/mcb2388/include/board.h b/boards/mcb2388/include/board.h index 22e61fa55a..6546c0ab6d 100644 --- a/boards/mcb2388/include/board.h +++ b/boards/mcb2388/include/board.h @@ -19,7 +19,7 @@ #ifndef BOARD_H #define BOARD_H -#include "lpc2387.h" +#include "lpc23xx.h" #ifdef __cplusplus extern "C" {