Skip to content

Commit

Permalink
USB: update USB Host config file
Browse files Browse the repository at this point in the history
- revert Memory Pool Size setting in examples
  • Loading branch information
MiloradCvjetkovic committed Jun 4, 2024
1 parent 37a7e2f commit c00fa09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Examples/USB/Host/Keyboard/RTE/USB/USBH_Config_0.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
// <i>the USB Host controller will use for the USB communication data.
// <i>This size should be at least equal to the size
// <i>of the maximum expected packet + 128 bytes.
#define USBH0_HC_MEM_POOL_SIZE 640
#define USBH0_HC_MEM_POOL_SIZE 4224

// <e>Locate
// <i>Specifies if the USB memory pool is located in a specific memory
Expand Down
2 changes: 1 addition & 1 deletion Examples/USB/Host/MassStorage/RTE/USB/USBH_Config_0.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
// <i>the USB Host controller will use for the USB communication data.
// <i>This size should be at least equal to the size
// <i>of the maximum expected packet + 128 bytes.
#define USBH0_HC_MEM_POOL_SIZE 640
#define USBH0_HC_MEM_POOL_SIZE 4224

// <e>Locate
// <i>Specifies if the USB memory pool is located in a specific memory
Expand Down

0 comments on commit c00fa09

Please sign in to comment.