Skip to content

Commit

Permalink
cpu/atmega8: stacksize adjustement
Browse files Browse the repository at this point in the history
  • Loading branch information
hugueslarrive committed Jun 20, 2023
1 parent a822109 commit 0b50058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpu/atmega8/include/cpu_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ extern "C" {
#endif

#ifndef THREAD_EXTRA_STACKSIZE_PRINTF
#define THREAD_EXTRA_STACKSIZE_PRINTF (32)
#define THREAD_EXTRA_STACKSIZE_PRINTF (64)
#endif

/**
Expand Down

0 comments on commit 0b50058

Please sign in to comment.