Skip to content

Commit

Permalink
Fixed compile errors on 2019r1 toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
zoon81 committed Jul 10, 2019
1 parent aa21772 commit 0ee6fd1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
PROJECT_NAME := tft_demo

EXTRA_CFLAGS += --save-temps
CFLAGS += -Wno-error=tautological-compare \
-Wno-implicit-fallthrough \
-Wno-implicit-function-declaration

include $(IDF_PATH)/make/project.mk

1 change: 1 addition & 0 deletions components/tft/tftspi.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include "freertos/task.h"
#include "esp_heap_caps.h"
#include "soc/spi_reg.h"
#include "driver/gpio.h"


// ====================================================
Expand Down

0 comments on commit 0ee6fd1

Please sign in to comment.