diff options
| author | Scott Larson <[email protected]> | 2020-10-09 12:39:54 -0700 |
|---|---|---|
| committer | Scott Larson <[email protected]> | 2020-10-09 12:39:54 -0700 |
| commit | 3f1e20df866441bd7e3e8a45fffe1d5ab0413002 (patch) | |
| tree | a4fd231c2da5829f8913d0c92d633e4173f2fa33 /samples | |
| parent | ed83d6f07d3ef30993be946b5889aaba816b1f17 (diff) | |
6.1 Releasev6.1_rel
Diffstat (limited to 'samples')
| -rw-r--r-- | samples/demo_usbx.c | 2 |
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++; |
