1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

pkg/tinycbor: fix "uninitialized variable" warning

On ESP32 and new ESP8266 platform, the compilation of the package fails since a local variable is potentially used uninitialized. Therefore, the variable is initialized with a default value.
This commit is contained in:
Gunar Schorcht 2019-10-19 14:16:23 +02:00
parent e38d3e24ec
commit 61949b0e4a