From d0c69efff995070cf58fa1be39319ec13d8b96c2 Mon Sep 17 00:00:00 2001 From: CarlOlsson Date: Thu, 18 Oct 2018 16:38:16 +0200 Subject: [PATCH] gpio_led: fixed typo --- src/modules/gpio_led/gpio_led.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/gpio_led/gpio_led.c b/src/modules/gpio_led/gpio_led.c index 8abdd3f664..10472c2386 100644 --- a/src/modules/gpio_led/gpio_led.c +++ b/src/modules/gpio_led/gpio_led.c @@ -137,7 +137,7 @@ This module is responsible for drving a single LED on one of the FMU AUX pins. It listens on the vehicle_status and battery_status topics and provides visual annunciation on the LED. ### Implementation -The module runs on the work queue. It schedules at a fixed frequency or 5 Hz +The module runs on the work queue. It schedules at a fixed frequency of 5 Hz ### Examples It is started with: