Nit - use quotes, not brackets for custom arch

This commit is contained in:
Sergey Lyubka 2022-05-11 21:14:44 +01:00
parent 5c66d32bc0
commit 86cd567968
2 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ extern "C" {
#endif
#if MG_ARCH == MG_ARCH_CUSTOM
#include <mongoose_custom.h>
#endif

View File

@ -41,7 +41,7 @@
#endif
#if MG_ARCH == MG_ARCH_CUSTOM
#include <mongoose_custom.h>
#include "mongoose_custom.h"
#endif
#include "arch_esp32.h"