1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-25 20:02:37 +03:00
david gauchard e5b4de3633
fix DEBUG macros (#5728)
* fix DEBUG macros

All fmt strings in flash
fix #5658

This also allows to avoid warnings and easy mistakes with (no brace):
    if (something)
        DEBUGV("blah");

* use newlib unaligned-compatible printf for DEBUGV

* remove useless putprintf since ::printf already uses ets_putc
2019-03-14 11:19:21 +01:00
..
2019-03-07 11:37:38 +01:00
2019-03-14 11:19:21 +01:00
2019-03-14 11:19:21 +01:00
2019-02-06 23:06:17 -03:00
2018-11-24 02:00:34 -03:00
2017-05-12 01:03:14 -05:00
2019-02-06 23:06:17 -03:00
2016-03-03 02:13:22 +03:00
2019-02-06 23:06:17 -03:00
2019-02-06 23:06:17 -03:00
2018-12-10 10:35:11 -03:00
2014-12-01 00:34:28 +03:00
2019-02-08 17:37:43 +00:00
2019-02-08 17:37:43 +00:00