We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13625bb commit c3f7ab2Copy full SHA for c3f7ab2
.project
@@ -1,6 +1,6 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<projectDescription>
3
- <name>MSP430_GamePad</name>
+ <name>MSP430-Gamepad</name>
4
<comment></comment>
5
<projects>
6
</projects>
USB_app/usbEventHandling.c
@@ -110,7 +110,7 @@ uint8_t USB_handleVbusOffEvent ()
110
*/
111
uint8_t USB_handleResetEvent ()
112
{
113
- //TO DO: You can place your code here
+ usbHidReportSendComplete = TRUE;
114
115
return (TRUE); //return TRUE to wake the main loop (in the case the CPU slept before interrupt)
116
}
0 commit comments