summaryrefslogtreecommitdiff
path: root/docs/esp8266/tutorial/adc.rst
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2017-08-31 21:42:39 +1000
committerDamien George <damien.p.george@gmail.com>2017-09-21 18:22:55 +1000
commit7885a425d78a5a2fa7da5099cdd547a35f5e69dd (patch)
treee1a5e5a5ee884143328b2373d873e29496836eaa /docs/esp8266/tutorial/adc.rst
parent96fd80db1306ed67ee967b888c1c03c136bff4fb (diff)
py/stream: Remove unnecessary checks for NULL return from vstr_add_len.
The vstr argument to the calls to vstr_add_len are dynamically allocated (ie fixed_buf=false) and so vstr_add_len will never return NULL. So there's no need to check for it. Any out-of-memory errors are raised by the call to m_renew in vstr_ensure_extra.
Diffstat (limited to 'docs/esp8266/tutorial/adc.rst')
0 files changed, 0 insertions, 0 deletions