Files @ 3dd364248179
Branch filter:

Location: therm/main.h - annotation

Ethan Zonca
Add new CMSIS, fix makefile
#ifndef __MAIN_H
#define __MAIN_H

#include "stm32f0xx_hal_conf.h"

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

#endif /* __MAIN_H */