ARMmbed / core-util

DEPRECATED: Mbed 3 utilities library
Other
12 stars 17 forks source link

Added newline termination for runtime errors #60

Closed bogdanm closed 8 years ago

bogdanm commented 8 years ago

This makes it possible to detect runtime errors using mbedgt (which is generally reading the serial port line by line, so it expects to have newline terminators).

bogdanm commented 8 years ago

@0xc0170

bogdanm commented 8 years ago

Only '\n' now.

0xc0170 commented 8 years ago

+1