Skip to content

Commit

Permalink
Add newline to end of file in ok04 and screen04
Browse files Browse the repository at this point in the history
  • Loading branch information
mauri870 committed Jun 1, 2019
1 parent 4f90fcd commit cfc762f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/ok04/led.s
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ message:
.int 1 @; #24 pin state
.int 0 @; #28 signal the GPU that the message is over
size:
.int . - message @; size of the message
.int . - message @; size of the message

3 changes: 2 additions & 1 deletion src/screen04/tags.s
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,5 @@ FindTag:
tag_serial: .int 0
tag_revision: .int 0
tag_videolfb: .int 0
tag_cmdline: .int 0
tag_cmdline: .int 0

0 comments on commit cfc762f

Please sign in to comment.