From 8bfbff360a895189b31f4c3f9170250203e54b60 Mon Sep 17 00:00:00 2001 From: Varga Zsolt Date: Tue, 8 Jun 2021 01:02:18 +0200 Subject: [PATCH] Cosmetic fix of a comment --- source/Core/Inc/Settings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Core/Inc/Settings.h b/source/Core/Inc/Settings.h index 642f9f5a5b..5db9c98c5b 100644 --- a/source/Core/Inc/Settings.h +++ b/source/Core/Inc/Settings.h @@ -61,7 +61,7 @@ typedef struct { uint8_t pdMissingWarningCounter; // Counter of how many times we have warned we cannot detect the pd interface char uiLanguage[8]; // Selected UI Language code, null-terminated *only if* the length is less than 8 chars - uint8_t PDNegTimeout; // PD timeout in 100ms steps + uint8_t PDNegTimeout; // PD timeout in 100ms steps uint32_t padding; // This is here for in case we are not an even divisor so // that nothing gets cut off