Skip to content

Commit

Permalink
Remove duplicate code
Browse files Browse the repository at this point in the history
Signed-off-by: Evy Bongers <[email protected]>
  • Loading branch information
EvyBongers committed Mar 12, 2024
1 parent 5c51f43 commit 165b179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kaleidoscope/plugin/LEDModeInterface.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class LEDModeInterface {
typedef NoLEDMode DynamicLEDMode;

protected:
const char *led_mode_name_ PROGMEM = {"[unnamed led mode]"};
const char *led_mode_name_ PROGMEM;
};

} // namespace plugin
Expand Down

0 comments on commit 165b179

Please sign in to comment.