this is avaiable project
Fork of LoRaMacLib by
Diff: board/board.cpp
- Revision:
- 3:675d14219ad5
- Parent:
- 0:9be122c18509
- Child:
- 4:c1d2d1319c8f
--- a/board/board.cpp Fri Aug 21 09:35:57 2015 +0000 +++ b/board/board.cpp Mon Sep 21 07:54:54 2015 +0000 @@ -35,11 +35,11 @@ void BoardInitMcu( void ) { - NVIC_set_all_irq_priorities( 4 ); + // NVIC_set_all_irq_priorities( 4 ); // Disable Systick - SysTick->CTRL &= ~SysTick_CTRL_TICKINT_Msk; // Systick IRQ off - SCB->ICSR |= SCB_ICSR_PENDSTCLR_Msk; // Clear SysTick Exception pending flag + // SysTick->CTRL &= ~SysTick_CTRL_TICKINT_Msk; // Systick IRQ off + // SCB->ICSR |= SCB_ICSR_PENDSTCLR_Msk; // Clear SysTick Exception pending flag TimerHwInit( ); }