Skip to content

Commit

Permalink
Fix include path
Browse files Browse the repository at this point in the history
  • Loading branch information
FoundationKen committed Jul 17, 2023
1 parent 09d680e commit e2a603d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ports/stm32/boards/Passport/framebuffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@

#include <stdint.h>

#ifdef SCREEN_MODE_COLOR
#include "lvgl.h"
#else
#include "lvgl/lvgl.h"
#endif

#if defined(SCREEN_MODE_MONO) && defined(SCREEN_MODE_COLOR)
#error "SCREEN_MODE_MONO and SCREEN_MODE_COLOR cannot be used at the same time"
Expand Down

0 comments on commit e2a603d

Please sign in to comment.