From 15e60ded60a1a8c0a332661983e79d9ad928816c Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 11 Jun 2018 13:46:08 -0600 Subject: [PATCH] configs/nucleo-144: Divide a long line. --- configs/nucleo-144/src/nucleo-144.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/nucleo-144/src/nucleo-144.h b/configs/nucleo-144/src/nucleo-144.h index b12dbead8b..7a1ed4bf45 100644 --- a/configs/nucleo-144/src/nucleo-144.h +++ b/configs/nucleo-144/src/nucleo-144.h @@ -66,8 +66,8 @@ /* LED * * The Nucleo-144 board has numerous LEDs but only three, LD1 a Green LED, LD2 a - * Blue LED and LD3 a Red LED, that can be controlled by software. The following definitions assume - * the default Solder Bridges are installed. + * Blue LED and LD3 a Red LED, that can be controlled by software. The following + * definitions assume the default Solder Bridges are installed. */ #define GPIO_LD1 (GPIO_OUTPUT | GPIO_PUSHPULL | GPIO_SPEED_50MHz | GPIO_OUTPUT_CLEAR | \