Max Scordamaglia / AserialIOFuncLib

Dependents:   Nucleo_AsyncSerialIO

Fork of IOFuncLib by Max Scordamaglia

Revision:
8:40cbeb447bca
Parent:
7:c0c4ba22126f
Child:
9:a9b3a88c25d1
--- a/IOFuncLib.cpp	Wed Jul 15 23:12:42 2015 +0000
+++ b/IOFuncLib.cpp	Wed Jul 15 23:21:25 2015 +0000
@@ -21,7 +21,7 @@
     _pin=n;
 }
 
-void Flasher::notPin(void)
+void Flasher::notPin()
 {
     _pin = !_pin;
 }