Files @ a675e30661bd
Branch filter:

Location: windsonde/Include/system/stm32f0xx_it.h

ethanzonca
Actual GPS now correctly passed though
#ifndef __STM32F0xx_IT_H
#define __STM32F0xx_IT_H

#ifdef __cplusplus
 extern "C" {
#endif 

void SysTick_Handler(void);

#ifdef __cplusplus
}
#endif

#endif /* __STM32F0xx_IT_H */