Skip to content

Commit

Permalink
Cosmetic fix of a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Varga Zsolt committed Jun 7, 2021
1 parent a7ec274 commit 8bfbff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Core/Inc/Settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8bfbff3

Please sign in to comment.