Simplify CDC device demos, by directly assigning the string to transmit to the...
Simplify CDC device demos, by directly assigning the string to transmit to the pointer, rather than using an intermediatary table to hold all the possible transmit strings.
Showing
- Demos/Device/ClassDriver/CDC/CDC.c 5 additions, 14 deletionsDemos/Device/ClassDriver/CDC/CDC.c
- Demos/Device/ClassDriver/DualCDC/DualCDC.c 5 additions, 14 deletionsDemos/Device/ClassDriver/DualCDC/DualCDC.c
- Demos/Device/LowLevel/CDC/CDC.c 8 additions, 18 deletionsDemos/Device/LowLevel/CDC/CDC.c
- Demos/Device/LowLevel/DualCDC/DualCDC.c 8 additions, 18 deletionsDemos/Device/LowLevel/DualCDC/DualCDC.c
Loading
Please register or sign in to comment