From 84325d9434131b4d872bc38290fc8b670ff0f276 Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Tue, 12 Mar 2019 17:27:47 +0100 Subject: [PATCH] Comment tweak --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 429aa7c..f8d85d7 100644 --- a/src/main.rs +++ b/src/main.rs @@ -52,7 +52,7 @@ const APP: () = { button.enable_interrupt(&mut exti); button.trigger_on_edge(&mut exti, Edge::RISING); - // Set up the serial interface. + // Set up the serial interface and the USART2 interrupt. let tx = gpioa.pa2.into_alternate_af7(); let rx = gpioa.pa3.into_alternate_af7(); let config = SerialConfig::default().baudrate(115_200.bps());