Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sebromero committed Jun 14, 2024
1 parent ee02d07 commit 3be47d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RGBLED.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,5 @@ class RGBLED : public I2CDevice {
* @param brightness The brightness level to set (0-255).
* @param persist If true, the change will be saved to flash memory.
*/
boo setBrightness(uint8_t brightness, bool persist = false);
bool setBrightness(uint8_t brightness, bool persist = false);
};

0 comments on commit 3be47d6

Please sign in to comment.