Files @ 8e1189ce73af
Branch filter:

Location: therm/system/interrupts.h

matthewreed
Fixed settings save and restore in flash
#ifndef __STM32F0xx_IT_H
#define __STM32F0xx_IT_H

#ifdef __cplusplus
 extern "C" {
#endif 

void USB_IRQHandler(void);
void SysTick_Handler(void);

#ifdef __cplusplus
}
#endif

#endif /* __STM32F0xx_IT_H */