mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #1313 from fredlak/master
FRDM KL43Z - Fix RTC init function for KL43Zpull/1311/head^2
commit
1f6eaa5e1d
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
/************RTC***************/
|
/************RTC***************/
|
||||||
const PinMap PinMap_RTC[] = {
|
const PinMap PinMap_RTC[] = {
|
||||||
{PTC1, RTC_CLKIN, 1},
|
{NC, OSC32KCLK, 0},
|
||||||
};
|
};
|
||||||
|
|
||||||
/************ADC***************/
|
/************ADC***************/
|
||||||
|
|
Loading…
Reference in New Issue