Skip to content

Commit 0bec5c2

Browse files
committed
doxygen
1 parent 2851e81 commit 0bec5c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/i2c/drivers/WipperSnapper_I2C_Driver_Out_Sh1107.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@ class WipperSnapper_I2C_Driver_Out_SH1107
189189

190190
/*!
191191
@brief Writes a message to the fake "SSD1306" SH1107 display.
192-
@param msg_write
193-
Pointer to a wippersnapper_i2c_v1_SSD1306Write message.
192+
@param message
193+
The message to be displayed.
194194
*/
195195
void WriteMessageSSD1306(const char *message) {
196196
// This is a SH1107, not a SSD1306, so we just call the SH1107 write

0 commit comments

Comments
 (0)