Files @ 577e97ae4dc1
Branch filter:

Location: therm/main.h

Ethan Zonca
Remove discovery includes. Should probably just include _conf.h or something instead.
#ifndef __MAIN_H
#define __MAIN_H

#include "stm32f0xx.h"

void TimingDelay_Decrement(void);
void delay(__IO uint32_t nTime);

#endif /* __MAIN_H */