]> granicus.if.org Git - esp-idf/commit
fix order of creation of standard streams
authorIvan Grokhotkov <ivan@espressif.com>
Tue, 8 Nov 2016 01:08:23 +0000 (09:08 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Tue, 8 Nov 2016 12:17:08 +0000 (20:17 +0800)
commit6dd3681115668fc18a7a13624ffe7c5e60a3c513
treef077866bfdff5d8efe75c9681f009f43a864b6ad
parent3f8d9d71e2c10e5ebdf3b07f3d527d74411bc35a
fix order of creation of standard streams

With existing order, file descriptors assigned to stdin, stdout, stderr didn't match standard assignment.
https://github.com/espressif/esp-idf/issues/67
components/esp32/cpu_start.c