Fork of FastPWM by
Revision 26:f74bd3ec7a01, committed 2015-12-10
- Comitter:
- benkatz
- Date:
- Thu Dec 10 08:37:14 2015 +0000
- Parent:
- 25:8b1bf34c72aa
- Commit message:
- /
Changed in this revision
| Device/FastPWM_STM_TIM_PinOut.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 8b1bf34c72aa -r f74bd3ec7a01 Device/FastPWM_STM_TIM_PinOut.cpp
--- a/Device/FastPWM_STM_TIM_PinOut.cpp Wed Sep 30 20:46:18 2015 +0000
+++ b/Device/FastPWM_STM_TIM_PinOut.cpp Thu Dec 10 08:37:14 2015 +0000
@@ -54,7 +54,7 @@
}
#endif
-#if defined TARGET_NUCLEO_F401RE || defined TARGET_NUCLEO_F411RE
+#if defined TARGET_NUCLEO_F401RE || defined TARGET_NUCLEO_F411RE || defined TARGET_NUCLEO_F446RE
__IO uint32_t* getChannel(TIM_TypeDef* pwm, PinName pin) {
switch (pin) {
// Channels 1 : PWMx/1
