fixed drive strength
Fork of mbed-dev by
Diff: drivers/PwmOut.h
- Revision:
- 160:d5399cc887bb
- Parent:
- 149:156823d33999
--- a/drivers/PwmOut.h Tue Feb 28 17:13:35 2017 +0000 +++ b/drivers/PwmOut.h Tue Mar 14 16:40:56 2017 +0000 @@ -20,7 +20,7 @@ #if DEVICE_PWMOUT #include "hal/pwmout_api.h" -#include "platform/critical.h" +#include "platform/mbed_critical.h" namespace mbed { /** \addtogroup drivers */