Skip to content

Commit

Permalink
Fix sept-secondary headers in fusee-secondary
Browse files Browse the repository at this point in the history
  • Loading branch information
SciresM committed Jun 30, 2019
1 parent 0d840e1 commit b0a66a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fusee/fusee-secondary/src/start.s
Original file line number Diff line number Diff line change
Expand Up @@ -173,15 +173,15 @@ _content_headers:
.word __sept_secondary_00_enc_size__
.word CONTENT_TYPE_SP2
.word 0xCCCCCCCC
.asciz "sept_secondary_00"
.asciz "septsecondary00"
.align 5

/* sept_secondary 01 content header */
.word __sept_secondary_01_enc_start__
.word __sept_secondary_01_enc_size__
.word CONTENT_TYPE_SP2
.word 0xCCCCCCCC
.asciz "sept_secondary_01"
.asciz "septsecondary01"
.align 5

/* sm content header */
Expand Down

0 comments on commit b0a66a6

Please # to comment.