/* * USB_Shell.h * * Created on: Jun 16, 2022 * Author: max */ #ifndef INC_USB_SHELL_H_ #define INC_USB_SHELL_H_ #include "main.h" #include "usbd_cdc_if.h" void USB_Shell_Event_Loop(); #endif /* INC_USB_SHELL_H_ */