Skip to content

Commit

Permalink
Fix typos in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaberez committed Oct 21, 2023
1 parent 5af6ab3 commit 2107eba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion firmware/fuses.asm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

;Definitions file "tn212.def.asm" or "tn412.def.asm"
;Definitions file "tn212def.asm" or "tn412def.asm"
;will be included first by the Makefile.

.area fuses (abs, dseg)
Expand Down
4 changes: 2 additions & 2 deletions firmware/main.asm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
;7 EXTCLK (from 1.8432 MHz oscillator)
;8 GND

;Definitions file "tn212.def.asm" or "tn412.def.asm"
;Definitions file "tn212def.asm" or "tn412def.asm"
;will be included first by the Makefile.

.area code (abs)
Expand Down Expand Up @@ -114,7 +114,7 @@ send_status_line:
rcall uart_send_byte

pop r16 ;Pop supplies bitfield
lsr r16 ;Rotate bit 0 (supply 1 status) into bit 0
lsr r16 ;Rotate bit 1 (supply 1 status) into bit 0
ldi r17, '1 ;Supply number to display in ASCII = '1'
rcall send_ps_status

Expand Down

0 comments on commit 2107eba

Please sign in to comment.