boards/avsextrem: adapt to new lpc23xx CPU name
This commit is contained in:
parent
829b16b472
commit
eae51b1a21
@ -1,4 +1,5 @@
|
|||||||
CPU = lpc2387
|
CPU = lpc23xx
|
||||||
|
CPU_MODEL = lpc2387
|
||||||
|
|
||||||
# Put defined MCU peripherals here (in alphabetical order)
|
# Put defined MCU peripherals here (in alphabetical order)
|
||||||
FEATURES_PROVIDED += periph_rtc
|
FEATURES_PROVIDED += periph_rtc
|
||||||
|
|||||||
@ -23,7 +23,7 @@
|
|||||||
#ifndef BOARD_H
|
#ifndef BOARD_H
|
||||||
#define BOARD_H
|
#define BOARD_H
|
||||||
|
|
||||||
#include "lpc2387.h"
|
#include "lpc23xx.h"
|
||||||
#include "bitarithm.h"
|
#include "bitarithm.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user