In last update, usart.h, line 154:
Wait While TXIF = On
But it should be:
Wait While TXIF = Off
Log in to post a comment.
In last update, usart.h, line 154:
Wait While TXIF = On
But it should be:
Wait While TXIF = Off