utsname: Expand the buffer for version information slightly

The version information basically uses 20 characters for date and time,
which is small enough to specify an arbitrary version string. Therefore,
increase the buffer a little.
This commit is contained in:
SPRESENSE
2023-02-14 17:38:41 +09:00
committed by Xiang Xiao
parent 32513cedf0
commit a9fb20039e
+1 -1
View File
@@ -47,7 +47,7 @@
****************************************************************************/
#define SYS_NAMELEN 21
#define VERSION_NAMELEN 41
#define VERSION_NAMELEN 51
/****************************************************************************
* Public Types