Merge pull request #12346 from s-hadinger/rename_esp32x_fixes

Rename fix_esp32c3.h to esp32x_fixes.h
This commit is contained in:
s-hadinger 2021-06-11 17:01:30 +02:00 committed by GitHub
commit 073fc7d43b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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]