diff options
author | Damien George <damien.p.george@gmail.com> | 2019-05-01 12:41:07 +1000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2019-05-01 12:41:07 +1000 |
commit | 245916259926777b1b157c679785597572576f57 (patch) | |
tree | e38cd294b21c01f5e711a8ddb97ea7546f1d5bd6 /docs/esp8266/tutorial/filesystem.rst | |
parent | 859596ce25bcaa9b6104f16b8b55d0832c55e3f8 (diff) | |
download | micropython-245916259926777b1b157c679785597572576f57.tar.gz micropython-245916259926777b1b157c679785597572576f57.zip |
lib/utils/interrupt_char: Invalidate interrupt char at start up.
Otherwise mp_interrupt_char will have a value of zero on start up (because
it's in the BSS) and a KeyboardInterrupt may be raised during start up.
For example this can occur if there is a UART attached to the REPL which
sends spurious null bytes when the device turns on.
Diffstat (limited to 'docs/esp8266/tutorial/filesystem.rst')
0 files changed, 0 insertions, 0 deletions