this is avaiable project
Fork of LoRaMacLib by
Diff: board/board.cpp
- Revision:
- 4:c1d2d1319c8f
- Parent:
- 3:675d14219ad5
- Child:
- 5:50aab2960e8c
--- a/board/board.cpp Mon Sep 21 07:54:54 2015 +0000 +++ b/board/board.cpp Tue Sep 22 19:34:06 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( ); }