mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-05-07 13:37:48 +00:00
Merge remote-tracking branch 'g4klx/master'
This commit is contained in:
commit
eacabfb184
1 changed files with 1 additions and 0 deletions
|
|
@ -129,6 +129,7 @@ void CIO::startInt()
|
|||
CORE_PIN13_CONFIG = PORT_PCR_MUX(3);
|
||||
|
||||
SIM_SCGC5 |= SIM_SCGC5_LPTIMER; // Enable Low Power Timer Access
|
||||
LPTMR0_CSR = 0; // Disable
|
||||
LPTMR0_PSR = LPTMR_PSR_PBYP; // Bypass prescaler/filter
|
||||
LPTMR0_CMR = EXTERNAL_OSC / 24000;
|
||||
LPTMR0_CSR = LPTMR_CSR_TIE | // Interrupt Enable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue