Fork of original FastPWM libary from Sissors.

Dependents:   PM2_Libary PM2_Libary

Revision:
35:d6c2b73d71f5
Parent:
34:c0b2265cff9c
Child:
36:1cc92cba9e04
--- a/FastPWM_common.cpp	Sun Sep 03 19:40:01 2017 +0000
+++ b/FastPWM_common.cpp	Wed Oct 30 03:00:00 2019 +0000
@@ -14,7 +14,7 @@
 
 FastPWM::~FastPWM( void ) {
     if (fast_obj != NULL)
-        delete(fast_obj);
+        free(fast_obj);
 } 
 
 void FastPWM::period(double seconds) {