From 18bc6492fd0cf487b1f6d5c3639cb4667d2db7d7 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Thu, 16 Jul 2020 16:25:22 +0200 Subject: [PATCH] boards/msba2: adapt to new lpc23xx CPU name --- boards/msba2/Makefile.features | 3 ++- boards/msba2/include/board.h | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/boards/msba2/Makefile.features b/boards/msba2/Makefile.features index 7d6f4b673d..bcc06811d3 100644 --- a/boards/msba2/Makefile.features +++ b/boards/msba2/Makefile.features @@ -1,4 +1,5 @@ -CPU = lpc2387 +CPU = lpc23xx +CPU_MODEL = lpc2387 # Put defined MCU peripherals here (in alphabetical order) FEATURES_PROVIDED += periph_adc diff --git a/boards/msba2/include/board.h b/boards/msba2/include/board.h index ec04a03fd7..f23d98f98e 100644 --- a/boards/msba2/include/board.h +++ b/boards/msba2/include/board.h @@ -19,7 +19,7 @@ #ifndef BOARD_H #define BOARD_H -#include "lpc2387.h" +#include "lpc23xx.h" #include "bitarithm.h" #ifdef __cplusplus