diff options
Diffstat (limited to 'cmpen472hw11_McDonnell')
| -rw-r--r-- | cmpen472hw11_McDonnell/Sources/main.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmpen472hw11_McDonnell/Sources/main.asm b/cmpen472hw11_McDonnell/Sources/main.asm index 1858fec..e1f0c9d 100644 --- a/cmpen472hw11_McDonnell/Sources/main.asm +++ b/cmpen472hw11_McDonnell/Sources/main.asm @@ -27,8 +27,8 @@ * * Output: Serial Port for String Output * -* Observation: The HC12 will output the time and a command prompt every second. -* The user can input commands and the program will output a response +* Observation: The HC12 will output the time on PORTB every second. The user +* can input commands and the program will output a response * based on the input. * * Note: ON CSM-12C128 board, |
