[riot-commits] [RIOT-OS/RIOT] 9fe024: fmt: Adjust stack allocated buffer, add comments
Kaspar Schleiser
kaspar at schleiser.de
Wed Feb 7 10:39:17 CET 2018
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: 9fe024b87e8cbe5d702de66b3d256077d0dc0bf8
https://github.com/RIOT-OS/RIOT/commit/9fe024b87e8cbe5d702de66b3d256077d0dc0bf8
Author: Joakim NohlgÄrd <joakim.nohlgard at eistec.se>
Date: 2018-02-07 (Wed, 07 Feb 2018)
Changed paths:
M sys/fmt/fmt.c
Log Message:
-----------
fmt: Adjust stack allocated buffer, add comments
Adjusted buffer size for u64 case to fit the largest 64 bit decimal
number, added comments on all decimal buffers to explain which number
will fit.
Commit: 1f26fd22840a13af2588088ad7b282fd502ea352
https://github.com/RIOT-OS/RIOT/commit/1f26fd22840a13af2588088ad7b282fd502ea352
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2018-02-07 (Wed, 07 Feb 2018)
Changed paths:
M sys/fmt/fmt.c
Log Message:
-----------
Merge pull request #8529 from gebart/pr/fmt-bufsize
fmt: Adjust stack allocated buffer, add comments
Compare: https://github.com/RIOT-OS/RIOT/compare/4cdf0de36519...1f26fd22840a
More information about the commits
mailing list