From e3089eccd625fc6f49395711f3a4908aadb700d5 Mon Sep 17 00:00:00 2001 From: Jens J Date: Thu, 12 Jul 2018 10:42:57 -0500 Subject: [PATCH] update hardware.h doc comment about LED_MODE LED_MODE_* defines were moved from general.h to types.h --- code/espurna/config/hardware.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/espurna/config/hardware.h b/code/espurna/config/hardware.h index 00e1f6c4..b5c3d974 100644 --- a/code/espurna/config/hardware.h +++ b/code/espurna/config/hardware.h @@ -15,7 +15,7 @@ // RELAY#_TYPE: Relay can be RELAY_TYPE_NORMAL, RELAY_TYPE_INVERSE, RELAY_TYPE_LATCHED or RELAY_TYPE_LATCHED_INVERSE // LED#_PIN: GPIO for the n-th LED (1-based, up to 8 LEDs) // LED#_PIN_INVERSE: LED has inversed logic (lit when pulled down) -// LED#_MODE: Check general.h for LED_MODE_% +// LED#_MODE: Check types.h for LED_MODE_% // LED#_RELAY: Linked relay (1-based) // // Besides, other hardware specific information should be stated here