summaryrefslogtreecommitdiff
path: root/board/volmar
diff options
context:
space:
mode:
Diffstat (limited to 'board/volmar')
-rw-r--r--board/volmar/fans.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/volmar/fans.c b/board/volmar/fans.c
index 4fb92f2cf4..7cc1737775 100644
--- a/board/volmar/fans.c
+++ b/board/volmar/fans.c
@@ -25,7 +25,7 @@ BUILD_ASSERT(ARRAY_SIZE(mft_channels) == MFT_CH_COUNT);
static const struct fan_conf fan_conf_0 = {
.flags = FAN_USE_RPM_MODE,
- .ch = MFT_CH_0, /* Use MFT id to control fan */
+ .ch = MFT_CH_0, /* Use MFT id to control fan */
.pgood_gpio = -1,
.enable_gpio = GPIO_EN_PP5000_FAN,
};