Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
PTALTS-LK committed Jan 27, 2024
1 parent 7f53ff2 commit dcd8fae
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions RKD/boards/RKD/mpconfigboard.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@

// Enable USB Mass Storage with FatFS filesystem.
#define MICROPY_HW_USB_MSC (1)
#define MICROPY_HW_USB_MSC_INQUIRY_VENDOR_STRING "PTALTS-LK"
#define MICROPY_HW_USB_MSC_INQUIRY_PRODUCT_STRING "RKD-MPY"
#define MICROPY_HW_USB_MANUFACTURER_STRING "PTALTS-LK"
#define MICROPY_HW_USB_PRODUCT_FS_STRING "RKD-MPY"
#define MICROPY_HW_USB_CDC_INTERFACE_STRING "RKD CDC"
#define MICROPY_HW_USB_MSC_INTERFACE_STRING "板上MSC"
#define MICROPY_HW_USB_MSC_INQUIRY_REVISION_STRING "1.0"
#define MICROPY_HW_USB_MSC_INQUIRY_PRODUCT_STRING "Flash存储"

0 comments on commit dcd8fae

Please sign in to comment.