FastPWM clone
Diff: FastPWM_common.cpp
- Revision:
- 35:d6c2b73d71f5
- Parent:
- 34:c0b2265cff9c
--- 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) {