Skip to content

Commit

Permalink
increased stack size to 7kb
Browse files Browse the repository at this point in the history
Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
  • Loading branch information
eckelj committed Oct 24, 2023
1 parent a46c1b3 commit 1f7edd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/default/rddl/src/planetmintgo.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ int prepareTx( Google__Protobuf__Any* anyMsg,

bool removeIPAddr( char* gps_data );

#define MY_STACK_LIMIT 6144
#define MY_STACK_LIMIT 7168

uint8_t* getStack( size_t size );
void clearStack();
Expand Down

0 comments on commit 1f7edd6

Please sign in to comment.