Master_Interface/Core/Inc/USB_Shell.h

17 lines
230 B
C

/*
* 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_ */