summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Conrad <[email protected]>2019-09-10 01:31:14 -0400
committerNathan Conrad <[email protected]>2019-09-10 01:31:14 -0400
commit49c58be4ce2cc55bfc09feebc1307ef3390ebb6f (patch)
tree63c45203b9ebae027ae288895fa87f5ac66cbf3e
parentbc2a65b20bce8f81ccc4a6ef645946d9c26d2083 (diff)
Fix silly typo in the F3xx support.
-rw-r--r--src/portable/st/stm32_fsdev/dcd_stm32_fsdev_pvt_st.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/portable/st/stm32_fsdev/dcd_stm32_fsdev_pvt_st.h b/src/portable/st/stm32_fsdev/dcd_stm32_fsdev_pvt_st.h
index 27b8920a3..1e3c90b6d 100644
--- a/src/portable/st/stm32_fsdev/dcd_stm32_fsdev_pvt_st.h
+++ b/src/portable/st/stm32_fsdev/dcd_stm32_fsdev_pvt_st.h
@@ -61,7 +61,7 @@
#error The F102/F103 driver is expected not to work, but it might? Try it?
#elif defined(STM32F302xB) | defined(STM32F302xC) | \
- defined(STM32F303xB) | defined(STM32F303xC) | \ //good
+ defined(STM32F303xB) | defined(STM32F303xC) | \
defined(STM32F373xC)
#include "stm32f3xx.h"
#define PMA_LENGTH 512u
@@ -70,7 +70,7 @@
// PMA dedicated to USB (no sharing with CAN)
#elif defined(STM32F302x6) | defined(STM32F302x8) | \
defined(STM32F302xD) | defined(STM32F302xE) | \
- defined(STM32F303xD) | defined(STM32F303xE) | \ //good
+ defined(STM32F303xD) | defined(STM32F303xE) | \
#include "stm32f3xx.h"
#define PMA_LENGTH 1024u
// NO internal Pull-ups