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" {