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:
parent
d8dde8b629
commit
18bc6492fd
@ -1,4 +1,5 @@
|
||||
CPU = lpc2387
|
||||
CPU = lpc23xx
|
||||
CPU_MODEL = lpc2387
|
||||
|
||||
# Put defined MCU peripherals here (in alphabetical order)
|
||||
FEATURES_PROVIDED += periph_adc
|
||||
|
@ -19,7 +19,7 @@
|
||||
#ifndef BOARD_H
|
||||
#define BOARD_H
|
||||
|
||||
#include "lpc2387.h"
|
||||
#include "lpc23xx.h"
|
||||
#include "bitarithm.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
Loading…
Reference in New Issue
Block a user