boards/mcb2388: adapt to new lpc23xx CPU name

This commit is contained in:
Alexandre Abadie 2020-07-16 16:25:12 +02:00
parent eae51b1a21
commit d8dde8b629
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
CPU = lpc2387
CPU = lpc23xx
CPU_MODEL = lpc2388
# Put defined MCU peripherals here (in alphabetical order)

View File

@ -19,7 +19,7 @@
#ifndef BOARD_H
#define BOARD_H
#include "lpc2387.h"
#include "lpc23xx.h"
#ifdef __cplusplus
extern "C" {