1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/msba2: adapt to new lpc23xx CPU name

This commit is contained in:
Alexandre Abadie 2020-07-16 16:25:22 +02:00
parent d8dde8b629
commit 18bc6492fd
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_adc

View File

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