mirror of https://github.com/ARMmbed/mbed-os.git
Merge branch 'master' of https://github.com/mbedmicro/mbed
Conflicts: libraries/mbed/targets/hal/TARGET_NXP/TARGET_LPC176X/serial_api.cpull/195/head
commit
7ec41d4923
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
/************RTC***************/
|
/************RTC***************/
|
||||||
const PinMap PinMap_RTC[] = {
|
const PinMap PinMap_RTC[] = {
|
||||||
{PTC1, RTC_CLKIN, 2},
|
{PTC1, RTC_CLKIN, 1},
|
||||||
};
|
};
|
||||||
|
|
||||||
/************ADC***************/
|
/************ADC***************/
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
/************RTC***************/
|
/************RTC***************/
|
||||||
const PinMap PinMap_RTC[] = {
|
const PinMap PinMap_RTC[] = {
|
||||||
{PTC1, RTC_CLKIN, 2},
|
{PTC1, RTC_CLKIN, 1},
|
||||||
};
|
};
|
||||||
|
|
||||||
/************ADC***************/
|
/************ADC***************/
|
||||||
|
|
Loading…
Reference in New Issue