From 2957a42cef3d5c86e8b883d761a05900fffe5df1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20H=C3=BCttel?= Date: Sun, 26 Dec 2021 20:59:08 +0100 Subject: [PATCH] Fix indetation in header file --- .../reflow-controller/temp-profile/temp-profile-parser.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stm-firmware/include/reflow-controller/temp-profile/temp-profile-parser.h b/stm-firmware/include/reflow-controller/temp-profile/temp-profile-parser.h index 799ffc8..6b2556c 100644 --- a/stm-firmware/include/reflow-controller/temp-profile/temp-profile-parser.h +++ b/stm-firmware/include/reflow-controller/temp-profile/temp-profile-parser.h @@ -41,9 +41,9 @@ enum pl_command_type { PL_LOUDSPEAKER_SET, /**< @brief Set the loudspeaker/beeper */ PL_OFF, /**< @brief Disable the temperature output and shutdown the PID controller */ PL_CLEAR_FLAGS, /**< @brief Try clear all flags */ - PL_DIGIO_CONF, /**< @brief Configure a DIGIO pin */ - PL_DIGIO_SET, /**< @brief Set a DIGIO pin */ - PL_DIGIO_WAIT, /**< @brief Wait until a DIGIO pin is set to the specified level */ + PL_DIGIO_CONF, /**< @brief Configure a DIGIO pin */ + PL_DIGIO_SET, /**< @brief Set a DIGIO pin */ + PL_DIGIO_WAIT, /**< @brief Wait until a DIGIO pin is set to the specified level */ _PL_NUM_CMDS, /**< @brief Sentinel to determine the total amount of commands */ };