diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-11-16 10:30:27 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-11-16 10:30:27 +0000 |
commit | 36b1b9705dda794bfd675324af9e397bb7162537 (patch) | |
tree | a9db5a6baae46954e18d5dbe43ad25e8db720a89 /os | |
parent | 51841261704ff6f04a558569adfb9431392cb15b (diff) | |
download | ChibiOS-36b1b9705dda794bfd675324af9e397bb7162537.tar.gz ChibiOS-36b1b9705dda794bfd675324af9e397bb7162537.tar.bz2 ChibiOS-36b1b9705dda794bfd675324af9e397bb7162537.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7515 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os')
-rw-r--r-- | os/hal/ports/STM32/STM32F0xx/stm32_registry.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/STM32/STM32F0xx/stm32_registry.h b/os/hal/ports/STM32/STM32F0xx/stm32_registry.h index 590ed02b4..1dbfefc62 100644 --- a/os/hal/ports/STM32/STM32F0xx/stm32_registry.h +++ b/os/hal/ports/STM32/STM32F0xx/stm32_registry.h @@ -192,7 +192,7 @@ #define STM32_HAS_USART6 FALSE
/* USB attributes.*/
-#define STM32_HAS_USB TRUE
+#define STM32_HAS_USB FALSE
#define STM32_HAS_OTG1 FALSE
#define STM32_HAS_OTG2 FALSE
|