From 75dadc7484716a91c8515ca9bd817a5aa4f68832 Mon Sep 17 00:00:00 2001 From: johan9107 Date: Tue, 25 Oct 2016 09:43:38 +0200 Subject: [PATCH] Chnaged port from usart 3 to 6 on cli --- UAV-ControlSystem/src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UAV-ControlSystem/src/main.c b/UAV-ControlSystem/src/main.c index 9722f46..b69cd1d 100644 --- a/UAV-ControlSystem/src/main.c +++ b/UAV-ControlSystem/src/main.c @@ -52,7 +52,7 @@ void init_system() readEEPROM(); //initialize the CLI NOTE: Cant use the same usart as anything else or there will be some big trouble - cliInit(USART3); + cliInit(USART6); //init sbus, using USART1 sbus_init();