Explorar el Código

Fix USB support in ChibiOS for F4.

Konstantin Oblaukhov hace 11 años
padre
commit
c5b244167c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      cmake/Modules/FindChibiOS.cmake

+ 1 - 1
cmake/Modules/FindChibiOS.cmake

@@ -172,7 +172,7 @@ IF(STM32_FAMILY STREQUAL "F4")
         STM32/USARTv1
         STM32/SPIv1
         STM32/USARTv1
-        STM32/USBv1
+        STM32/OTGv1
     )
     
     SET(INDEX 0)