Skip to content

Commit

Permalink
#39 Exclude epd_driver from C3 build (Thx. ESP-Marius)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinberlin committed Apr 25, 2021
1 parent 0fee468 commit e373f38
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/epd_driver/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
idf_build_get_property(target IDF_TARGET)
if(${target} STREQUAL "esp32c3")
return()
endif()

set(app_sources "epd_driver.c"
"render.c"
Expand Down

0 comments on commit e373f38

Please sign in to comment.