xiaoxiang781216 edited a comment on pull request #5415:
URL: https://github.com/apache/incubator-nuttx/pull/5415#issuecomment-1031062214
> @xiaoxiang781216 do you have numbers (bytes) of the TERMIOS overhead after
enabling it by default?
Before patch:
```
text data bss dec hex filename
248784 1256 57840 307880 4b2a8 nuttx
```
After patch:
```
text data bss dec hex filename
248808 1256 57840 307904 4b2c0 nuttx
```
Delta:
```
text data bss dec hex filename
24 0 0 24 18 nuttx
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]