boards/avsextrem: adapt to new lpc23xx CPU name

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

View File

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

View File

@ -23,7 +23,7 @@
#ifndef BOARD_H
#define BOARD_H
#include "lpc2387.h"
#include "lpc23xx.h"
#include "bitarithm.h"
#ifdef __cplusplus