Rename fix_esp32c3.h to esp32x_fixes.h

This commit is contained in:
Stephan Hadinger 2021-06-11 16:44:57 +02:00
parent 99a8c3d06a
commit fa976093f4
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
/*
fix_esp32c3.h - fix esp32c3 toolchain
esp32x_fixes.h - fix esp32x toolchain
Copyright (C) 2021 Theo Arends
@ -27,7 +27,7 @@
*
* You need to add the following lines in `build_flags`:
* -I$PROJECT_DIR/include
* -include "fix_esp32c3.h"
* -include "esp32x_fixes.h"
*/
#ifdef __riscv

View File

@ -52,7 +52,7 @@ build_flags = ${esp_defaults.build_flags}
-DUSE_4K_RSA
-I$PROJECT_DIR/include
-include "sdkconfig.h"
-include "fix_esp32c3.h"
-include "esp32x_fixes.h"
[core32]