Skip to content

Commit

Permalink
There was a typo in a directory name that only bit us when building on
Browse files Browse the repository at this point in the history
case-sensitive filesystems.

(This is an older plugin not used in current code)
  • Loading branch information
obra committed Dec 14, 2023
1 parent 6202ee0 commit fc34093
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* this program. If not, see <http://www.gnu.org/licenses/>.
*/

#include "Kaleidoscope/plugin/LEDEffect-BootAnimation.h"
#include "Kaleidoscope-LEDEffect-BootAnimation.h"

#include <Arduino.h> // for PROGMEM, pgm_read_byte
#include <stdint.h> // for uint16_t, uint8_t
Expand Down

0 comments on commit fc34093

Please sign in to comment.