#pragma once
#include "stm32f0xx.h"
#include "stm32f0xx_hal.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#define USBD_SUPPORT_USER_STRING_DESC (1)
#define USBD_DEBUG_LEVEL 0
#define DEVICE_FS 0
extern PCD_HandleTypeDef hpcd_USB_FS;