Skip to content

Commit d8b0ffa

Browse files
committed
Clang
1 parent adb1a08 commit d8b0ffa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/display/hardware.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,8 @@ int16_t DisplayHardware::parsePin(const char *pinStr) {
167167

168168
/*!
169169
@brief Configures the EPD display with the provided configuration.
170+
@param driver
171+
Pointer to the display driver configuration structure.
170172
@param config
171173
Pointer to the EPD configuration structure.
172174
@param spi_config
@@ -302,6 +304,8 @@ void DisplayHardware::removeSuffix(const char *suffix) {
302304

303305
/*!
304306
@brief Attempts to configure and initialize a TFT display
307+
@param driver
308+
Pointer to the display driver configuration structure.
305309
@param config
306310
Pointer to the TFT configuration structure.
307311
@param spi_config

0 commit comments

Comments
 (0)