Files
microcontroladores/STM32/STM32CUBE/USB_VIRTUAL_PORT/include/main.h
2021-11-08 21:34:47 -05:00

17 lines
197 B
C

#ifndef __MAIN_H
#define __MAIN_H
#ifdef __cplusplus
extern "C" {
#endif
#include "stm32f1xx_hal.h"
void Error_Handler(void);
#ifdef __cplusplus
}
#endif
#endif /* __MAIN_H */