mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-26 22:41:03 +08:00
Nit - use quotes, not brackets for custom arch
This commit is contained in:
parent
5c66d32bc0
commit
86cd567968
@ -68,7 +68,7 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#if MG_ARCH == MG_ARCH_CUSTOM
|
||||
#include <mongoose_custom.h>
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
@ -41,7 +41,7 @@
|
||||
#endif
|
||||
|
||||
#if MG_ARCH == MG_ARCH_CUSTOM
|
||||
#include <mongoose_custom.h>
|
||||
#include "mongoose_custom.h"
|
||||
#endif
|
||||
|
||||
#include "arch_esp32.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user