summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
Diffstat (limited to 'samples')
-rw-r--r--samples/demo_usbx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/demo_usbx.c b/samples/demo_usbx.c
index 1d7de2b..09dcfb0 100644
--- a/samples/demo_usbx.c
+++ b/samples/demo_usbx.c
@@ -290,7 +290,7 @@ UX_HOST_CLASS *class;
thread_0_counter++;
/* Initialize the write buffer. */
- _ux_utility_memory_set(host_out_buffer, current_char, UX_HOST_CLASS_DPUMP_PACKET_SIZE);
+ _ux_utility_memory_set(host_out_buffer, current_char, UX_HOST_CLASS_DPUMP_PACKET_SIZE); /* Use case of memset is verified. */
/* Increment the character in buffer. */
current_char++;