Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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 |
--- 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
