NXPCup_Cachan / Mbed 2 deprecated NXPCup

Dependencies:   mbed

Revision:
1:a9af73d5abd4
Parent:
0:8743b606abc3
--- a/PIXY2_lib/PIXY2.cpp	Tue Feb 11 15:41:45 2020 +0000
+++ b/PIXY2_lib/PIXY2.cpp	Wed Feb 26 16:47:05 2020 +0000
@@ -5,7 +5,7 @@
     _Pixy2 = new Serial (tx, rx, debit);
     _Pixy2->attach (callback(this,&PIXY2::pixy2_getByte));
     etat = idle;
-    Pixy2_buffer = (Byte*) malloc (0x100); 
+    Pixy2_buffer = (Byte*) malloc (0x100);
 }
 
 PIXY2::~PIXY2()