mirror of https://github.com/ARMmbed/mbed-os.git
c35a6f65f2
During initialization phase of the 2 NC serial tests, there is a character being sent from host to target, based on MBED_HOSTTEST_START. The problem is that the target firmware then creates a "new" serial on the same serial interface. the new or should, or at least may, induce a reset of the IP, so that the character sent by host would be lost. So we're moving the new earlier. the real testing part happens later, to check the next character is not received or sent. |
||
---|---|---|
.. | ||
main.cpp |