aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/MassStorage/Descriptors.c
diff options
context:
space:
mode:
Diffstat (limited to 'Bootloaders/MassStorage/Descriptors.c')
-rw-r--r--Bootloaders/MassStorage/Descriptors.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bootloaders/MassStorage/Descriptors.c b/Bootloaders/MassStorage/Descriptors.c
index cbc320f9c..7ae0a7da9 100644
--- a/Bootloaders/MassStorage/Descriptors.c
+++ b/Bootloaders/MassStorage/Descriptors.c
@@ -38,7 +38,7 @@
#include "Descriptors.h"
-/** Device descriptor structure. This descriptor, located in FLASH memory, describes the overall
+/** Device descriptor structure. This descriptor, located in SRAM memory, describes the overall
* device characteristics, including the supported USB version, control endpoint size and the
* number of device configurations. The descriptor is read out by the USB host when the enumeration
* process begins.