Skip to content

Commit

Permalink
lib: add missing menu_icon_t typedef
Browse files Browse the repository at this point in the history
  • Loading branch information
and3rson committed Feb 22, 2024
1 parent 1a8c73c commit 268d9ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdk/lib/lilka/library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Lilka",
"version": "1.0.8",
"version": "1.0.9",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion sdk/lib/lilka/src/lilka/ui.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <Arduino.h>

#include "icons/icon.h"
typedef uint16_t menu_icon_t[576];

namespace lilka {

Expand Down

0 comments on commit 268d9ab

Please sign in to comment.