mirror of
https://github.com/ArteryTek/AT32F413_Firmware_Library.git
synced 2026-05-21 09:22:02 +00:00
update version to v2.0.2
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
/**
|
||||
**************************************************************************
|
||||
* @file printer_class.c
|
||||
* @version v2.0.0
|
||||
* @date 2021-11-26
|
||||
* @version v2.0.2
|
||||
* @date 2021-12-31
|
||||
* @brief usb printer class type
|
||||
**************************************************************************
|
||||
* Copyright notice & Disclaimer
|
||||
@@ -62,7 +62,7 @@ uint8_t PRINTER_DEVICE_ID[PRINTER_DEVICE_ID_LEN] =
|
||||
'M', 'F', 'G',':','A','r','t','e', 'r', 'y' ,' ',
|
||||
'C','M', 'D', ':', 'E', 'S', 'C', 'P', 'O', 'S',' ',
|
||||
};
|
||||
static uint8_t g_printer_port_status = 0x18;
|
||||
static uint32_t g_printer_port_status = 0x18;
|
||||
uint8_t g_printer_data[USBD_OUT_MAXPACKET_SIZE];
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user