Skip to content

Commit 3be47d6

Browse files
committed
Fix typo
1 parent ee02d07 commit 3be47d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RGBLED.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,5 +106,5 @@ class RGBLED : public I2CDevice {
106106
* @param brightness The brightness level to set (0-255).
107107
* @param persist If true, the change will be saved to flash memory.
108108
*/
109-
boo setBrightness(uint8_t brightness, bool persist = false);
109+
bool setBrightness(uint8_t brightness, bool persist = false);
110110
};

0 commit comments

Comments
 (0)