Merge pull request #1313 from fredlak/master

FRDM KL43Z - Fix RTC init function for KL43Z
pull/1311/head^2
Martin Kojtal 2015-09-04 08:33:10 +01:00
commit 1f6eaa5e1d
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
/************RTC***************/ /************RTC***************/
const PinMap PinMap_RTC[] = { const PinMap PinMap_RTC[] = {
{PTC1, RTC_CLKIN, 1}, {NC, OSC32KCLK, 0},
}; };
/************ADC***************/ /************ADC***************/