Skip to content

Commit

Permalink
lestarch: fixing erroneous stack size for posix threads
Browse files Browse the repository at this point in the history
  • Loading branch information
LeStarch committed Oct 21, 2021
1 parent 7e7f0a3 commit dcbe3e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ref/Top/instances.fpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module Ref {

constant queueSize = 10

constant stackSize = 10 * 1024
constant stackSize = 16 * 1024

}

Expand Down

0 comments on commit dcbe3e3

Please sign in to comment.