mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-15 01:29:00 +08:00
8 lines
114 B
C
8 lines
114 B
C
|
#pragma once
|
||
|
|
||
|
#include <errno.h>
|
||
|
|
||
|
#define MG_ARCH MG_ARCH_FREERTOS
|
||
|
#define MG_ENABLE_MIP 1
|
||
|
#define MG_IO_SIZE 256
|