usb vport

This commit is contained in:
2021-11-08 21:34:47 -05:00
parent 8f34233cbe
commit 105ee77b29
20 changed files with 3258 additions and 10 deletions

View File

@@ -0,0 +1,16 @@
#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 */