Skip to content

Commit

Permalink
Merge pull request #110 from marcone/patch-1
Browse files Browse the repository at this point in the history
Update USB device paths in built-in config
  • Loading branch information
jfdelnero authored Nov 2, 2024
2 parents 3a85b68 + f93a5a5 commit 90cc12b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions inc/default_cfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@

#define USB_FFS_MODE 1

#define USB_DEV "/dev/ffs-umtp/ep0"
#define USB_DEV "/dev/ffs-mtp/ep0"

#define USB_EPIN "/dev/ffs-umtp/ep1"
#define USB_EPOUT "/dev/ffs-umtp/ep2"
#define USB_EPINTIN "/dev/ffs-umtp/ep3"
#define USB_EPIN "/dev/ffs-mtp/ep1"
#define USB_EPOUT "/dev/ffs-mtp/ep2"
#define USB_EPINTIN "/dev/ffs-mtp/ep3"

#define MANUFACTURER "Viveris Technologies"
#define PRODUCT "The Viveris Product !"
Expand Down

0 comments on commit 90cc12b

Please sign in to comment.