diff options
author | Christian Pointner <equinox@mur.at> | 2013-08-22 01:11:54 +0000 |
---|---|---|
committer | Christian Pointner <equinox@mur.at> | 2013-08-22 01:11:54 +0000 |
commit | fe124328828f8aef23861db889c144736b782475 (patch) | |
tree | c234a21cabffe26cb5c76afe5561b572f9cc5728 /software/mpu/mcuconf.h | |
parent | moved heartbeat thread to seperate file (diff) |
added USB CDC based shell
git-svn-id: https://svn.spreadspace.org/mur.sat@835 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'software/mpu/mcuconf.h')
-rw-r--r-- | software/mpu/mcuconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/software/mpu/mcuconf.h b/software/mpu/mcuconf.h index 6a03346..af13f57 100644 --- a/software/mpu/mcuconf.h +++ b/software/mpu/mcuconf.h @@ -151,7 +151,7 @@ * SERIAL driver system settings. */ #define STM32_SERIAL_USE_USART1 FALSE -#define STM32_SERIAL_USE_USART2 TRUE +#define STM32_SERIAL_USE_USART2 FALSE
#define STM32_SERIAL_USE_USART3 FALSE #define STM32_SERIAL_USE_UART4 FALSE #define STM32_SERIAL_USE_UART5 FALSE |