diff options
Diffstat (limited to 'demos/STM8S-STM8S208-RC/mcuconf.h')
-rw-r--r-- | demos/STM8S-STM8S208-RC/mcuconf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/STM8S-STM8S208-RC/mcuconf.h b/demos/STM8S-STM8S208-RC/mcuconf.h index 227499992..c2148ac5b 100644 --- a/demos/STM8S-STM8S208-RC/mcuconf.h +++ b/demos/STM8S-STM8S208-RC/mcuconf.h @@ -36,4 +36,5 @@ * SERIAL driver system settings.
*/
#define USE_STM8_UART1 TRUE
+#define USE_STM8_UART2 FALSE
#define USE_STM8_UART3 FALSE
|