mirror of https://github.com/arendst/Tasmota.git
Rename fix_esp32c3.h to esp32x_fixes.h
This commit is contained in:
parent
99a8c3d06a
commit
fa976093f4
|
@ -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
|
||||
|
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue