Add stm32 serial support.
[bertos.git] / bertos / cpu / cortex-m3 / drv / ser_cm3.h
index 7268711f0e4fef4d0a11e9197eaf422e91437022..fc9edd42f30bc1970b1ac34b9efc98160d652b45 100644 (file)
@@ -39,6 +39,8 @@
 
 #if CPU_CM3_LM3S
        #include "ser_lm3s.h"
+#elif CPU_CM3_STM32
+       #include "ser_stm32.h"
 /*#elif  Add other Cortex-M3 CPUs here */
 #else
        #error Unknown CPU