Skip to content

Commit

Permalink
utsname: Expand the buffer for version information slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
SPRESENSE authored Feb 16, 2023
2 parents 6294c37 + 76fc551 commit e04632e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/sys/utsname.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
****************************************************************************/

#define SYS_NAMELEN 21
#define VERSION_NAMELEN 41
#define VERSION_NAMELEN 51

/****************************************************************************
* Public Types
Expand Down

0 comments on commit e04632e

Please sign in to comment.