1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/common/msba2
Benjamin Valentin 9ce34bb305 lpc2k_pgm: fix build warnings
GCC now warns when snprintf()ing a buffer that, together with the
format string, might be larger than the destination buffer.

To fix this increase the size of the destination buffer so that
the source buffer and the format string will always fit - 32 bytes
are enough.
2019-12-03 22:09:29 +01:00
..
tools lpc2k_pgm: fix build warnings 2019-12-03 22:09:29 +01:00
Makefile.include boards/common: clean up msba2 common files 2019-11-16 11:57:15 +01:00