Skip to content

Commit

Permalink
Fixed bug where device would no longer display buttons if plugged in …
Browse files Browse the repository at this point in the history
…during computer power on

Fixed naming in .project file to make it easier to import the project into CCS
  • Loading branch information
Will Toth committed Mar 17, 2015
1 parent 13625bb commit c3f7ab2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .project
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>MSP430_GamePad</name>
<name>MSP430-Gamepad</name>
<comment></comment>
<projects>
</projects>
Expand Down
2 changes: 1 addition & 1 deletion USB_app/usbEventHandling.c
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ uint8_t USB_handleVbusOffEvent ()
*/
uint8_t USB_handleResetEvent ()
{
//TO DO: You can place your code here
usbHidReportSendComplete = TRUE;

return (TRUE); //return TRUE to wake the main loop (in the case the CPU slept before interrupt)
}
Expand Down

0 comments on commit c3f7ab2

Please sign in to comment.