Fixes for esp32c3

This commit is contained in:
2022-05-06 18:49:53 +02:00
parent c204c20888
commit c9f273b51a
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
if(IDF_TARGET STREQUAL "esp32")
if(DEFINED IDF_TARGET)
set(RING_BUFFER_NOEXCEPT ON)
set(RING_BUFFER_CONSTEXPR ON)