Skip to content

Commit

Permalink
serial_ascii_binary app: Fixed one of my comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidEGrayson committed Jun 6, 2013
1 parent ca01e97 commit c39fd1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/serial_ascii_binary/serial_ascii_binary.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
* Example ASCII input on UART0: 'H','1','F','A','3'
* Example binary output on UART1: 0x1F,0xA3
*
* Example ASCII input on UART1: 0xA2,0x35
* Example binary output on UART0: 'H','A','2','H','3','5'
* Example binary input on UART1: 0xA2,0x35
* Example ASCII output on UART0: 'H','A','2','H','3','5'
*
* For UART0, the ASCII interface, the following pins are used:
*
Expand Down

0 comments on commit c39fd1b

Please sign in to comment.