diff options
author | Christian Pointner <equinox@mur.at> | 2013-12-05 00:34:47 +0000 |
---|---|---|
committer | Christian Pointner <equinox@mur.at> | 2013-12-05 00:34:47 +0000 |
commit | 605377db3fb1644ac1bdb5ae7f39bfe25d06d764 (patch) | |
tree | 510c9b3be82e95ebfd3bcb6f6cc154c94f4a8842 /software/mpu/mcuconf-F405.h | |
parent | added preliminary flash command (diff) |
added IHU subsystem (only 405 for now)
git-svn-id: https://svn.spreadspace.org/mur.sat@856 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'software/mpu/mcuconf-F405.h')
-rw-r--r-- | software/mpu/mcuconf-F405.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/software/mpu/mcuconf-F405.h b/software/mpu/mcuconf-F405.h index b60c7d9..596a3cb 100644 --- a/software/mpu/mcuconf-F405.h +++ b/software/mpu/mcuconf-F405.h @@ -207,7 +207,7 @@ * SERIAL driver system settings. */ #define STM32_SERIAL_USE_USART1 FALSE -#define STM32_SERIAL_USE_USART2 FALSE +#define STM32_SERIAL_USE_USART2 TRUE #define STM32_SERIAL_USE_USART3 FALSE #define STM32_SERIAL_USE_UART4 FALSE #define STM32_SERIAL_USE_UART5 FALSE |