Skip to content

Commit

Permalink
Merge pull request #324 from Gampyg28/d_PRReversion
Browse files Browse the repository at this point in the history
Revert change causing failure introduced in PR323.
  • Loading branch information
antuspcm committed May 30, 2023
2 parents 56a5434 + 8bff8ad commit bd05a3d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Kernels/Kernel.S
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,6 @@ Mode60Reply: .byte 0x6C, toolid, pcmid, 0x60
.section .kerneldata, "aw", @progbits | Kernel data section, how it's excluded from transportation.
.type MessageBuffer, @object
.size MessageBuffer, 4128 | 4128 bytes is the J2534 J1850 spec, however size doesn't matter.
.zero 4128 | Except to zero (initalize) the area.
MessageBuffer:
.end

1 change: 0 additions & 1 deletion Kernels/Loader.S
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@ Mode60Reply: .byte 0x6C, toolid, pcmid, 0x60
.section .kerneldata, "aw", @progbits | Kernel data section, how it's excluded from transportation.
.type MessageBuffer, @object
.size MessageBuffer, 4128 | 4128 bytes is the J2534 J1850 spec, however size doesn't matter.
.zero 4128 | Except to zero (initalize) the area.
MessageBuffer:
.end

0 comments on commit bd05a3d

Please sign in to comment.