Skip to content

Commit

Permalink
Fix constant
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCutter committed Mar 15, 2024
1 parent a0613ce commit 5400e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trusted_os/flash.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const (
osBlockA = 0x5050
osBlockB = 0x102828
crashLogBlock = 0x1D20000 // For storing contents of log ringbuffer on applet crash for later investigation.
crashLogNumBlocks = 0x400 // 1MB
crashLogNumBlocks = 0x800 // 1MB
batchSize = 2048
)

Expand Down

0 comments on commit 5400e77

Please sign in to comment.