diff options
author | Alessandro Gatti <a.gatti@frob.it> | 2025-01-04 12:51:18 +0100 |
---|---|---|
committer | Alessandro Gatti <a.gatti@frob.it> | 2025-02-27 12:06:09 +0100 |
commit | dc2c33b07f83ac4fcbcbcbb294e5726a95507490 (patch) | |
tree | ff86f83cc46b99cfe24f0122ce1277f09319535a /tests/float/float_parse.py | |
parent | 14ba32bb205fa1f7d6ac456879b08aadb4e1aaf7 (diff) | |
download | micropython-dc2c33b07f83ac4fcbcbcbb294e5726a95507490.tar.gz micropython-dc2c33b07f83ac4fcbcbcbb294e5726a95507490.zip |
py/emitinlinerv32: Fix compilation with ESP-IDF v5.2 and later.
This commit fixes a compilation warning (turned error) about a
potentially uninitialised variable being used. The warning can be
ignored as the variable in question is always written to, but the code
has been changed to silence that warning.
Signed-off-by: Alessandro Gatti <a.gatti@frob.it>
Diffstat (limited to 'tests/float/float_parse.py')
0 files changed, 0 insertions, 0 deletions