forked from Archive/PX4-Autopilot
px4fmu-v4pro nsh:Optimize memset for speed
This commit is contained in:
parent
68679a3e8e
commit
e4f47d4faa
|
@ -1340,7 +1340,8 @@ CONFIG_LIBC_STRERROR=y
|
|||
#
|
||||
# memcpy/memset Options
|
||||
#
|
||||
# CONFIG_MEMSET_OPTSPEED is not set
|
||||
CONFIG_MEMSET_OPTSPEED=y
|
||||
CONFIG_MEMSET_64BIT=y
|
||||
# CONFIG_LIBC_DLLFCN is not set
|
||||
# CONFIG_LIBC_MODLIB is not set
|
||||
# CONFIG_LIBC_WCHAR is not set
|
||||
|
|
Loading…
Reference in New Issue