Use default component stack size where appropriate

This commit is contained in:
Christian Helmuth
2016-11-28 15:13:14 +01:00
parent 7eabe482b6
commit 53271d8c5f
89 changed files with 95 additions and 306 deletions

View File

@ -317,7 +317,7 @@ struct Terminal::Main
namespace Server {
char const *name() { return "usb_terminal_ep"; };
size_t stack_size() { return 2*1024*sizeof(long); }
size_t stack_size() { return 16*1024*sizeof(long); }
void construct(Entrypoint &ep)
{