Arnaud VALLEY / Mbed 2 deprecated Pinscape_Controller_V2_arnoz

Dependencies:   mbed FastIO FastPWM USBDevice

Revision:
5:a70c0bce770d
Parent:
3:3514575d4f86
Child:
6:cc35eb643e8f
--- a/USBJoystick/USBJoystick.cpp	Thu Jul 24 05:50:36 2014 +0000
+++ b/USBJoystick/USBJoystick.cpp	Sun Jul 27 18:24:51 2014 +0000
@@ -46,6 +46,7 @@
    report.data[6] = _ry & 0xff;
    report.length = 7; 
  
+   // send the report
    return sendNB(&report);
 }