examples, components: remove C/C++ standard overrides
...where they are not necessary after switching to C17 and C++20.
This commit is contained in:
@@ -127,6 +127,3 @@ else()
|
||||
REQUIRES esp_pm esp_ringbuf freertos soc hal esp_hw_support
|
||||
LDFRAGMENTS linker.lf)
|
||||
endif()
|
||||
|
||||
# uses C11 atomic feature
|
||||
set_source_files_properties(spi_master.c PROPERTIES COMPILE_FLAGS -std=gnu11)
|
||||
|
||||
Reference in New Issue
Block a user