Skip to content

Commit

Permalink
Set USB desc to CHOMPI, update bootloader version for chompi
Browse files Browse the repository at this point in the history
  • Loading branch information
beserge committed Nov 17, 2023
1 parent c57b959 commit f1aa1bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/sys/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ class System
NONE, // No bootloader present
v6_0, // v6.0
v6_1, // v6.1 or greater
vC6_2, // chompi v6.2
LAST
} version;
};
Expand Down
2 changes: 1 addition & 1 deletion src/usbd/usbd_desc.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
#define USBD_MANUFACTURER_STRING "Chompi Club"
// HS
#define USBD_PID_HS 22336 // replace with our PID when we have one.
#define USBD_PRODUCT_STRING_HS "Chompi"
#define USBD_PRODUCT_STRING_HS "CHOMPI"
#define USBD_CONFIGURATION_STRING_HS "CDC Config"
#define USBD_INTERFACE_STRING_HS "CDC Interface"
// FS
Expand Down

0 comments on commit f1aa1bd

Please sign in to comment.