B3M38SPD seminar project - beehive monitor with LoRa reporting
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
spd-lorabees/Src/system.tmp

13 lines
340 B

#n
#t__HAL_RCC_SYSCFG_CLK_ENABLE();
#t__HAL_RCC_PWR_CLK_ENABLE();
#n
#t/* System interrupt init*/
#t/* SVC_IRQn interrupt configuration */
#tNVIC_SetPriority(SVC_IRQn, 0);
#t/* PendSV_IRQn interrupt configuration */
#tNVIC_SetPriority(PendSV_IRQn, 0);
#t/* SysTick_IRQn interrupt configuration */
#tNVIC_SetPriority(SysTick_IRQn, 0);
#n
#n