Set MG_IO_SIZE -> 128

This commit is contained in:
Sergey Lyubka 2021-10-27 19:20:52 +01:00
parent f1bfe0760f
commit 49c9be9159

View File

@ -1,5 +1,5 @@
PROG ?= example
CFLAGS ?= -DMG_IO_SIZE=64
CFLAGS ?= -DMG_IO_SIZE=128
MBEDTLS_DIR ?=
ifeq "$(MBEDTLS_DIR)" ""