Thomas Cauwelier / Mbed 2 deprecated visible_light_communication

Dependencies:   SoftSerial SDFileSystem mbed wave_player

Revision:
16:1a0589d846bf
Parent:
15:75f9bd5d7659
Child:
17:8683abdc1912
--- a/MySoftSerial.cpp	Wed May 10 09:45:57 2017 +0200
+++ b/MySoftSerial.cpp	Wed May 10 14:31:39 2017 +0000
@@ -4,7 +4,7 @@
 
 #include "MySoftSerial.h"
 
-MySoftSerial::MySoftSerial(PinName TX, PinName RX, const char *name = NULL) : SoftSerial(TX, RX, name) {
+MySoftSerial::MySoftSerial(PinName TX, PinName RX, const char *name) : SoftSerial(TX, RX, name) {
 
 }