stack & internal memory optimization

will need to move pthread stack to external memory at some point ...
This commit is contained in:
philippe44
2019-08-20 23:04:41 -07:00
parent f547a52c1e
commit 217dd8e5f0
6 changed files with 14 additions and 10 deletions

View File

@@ -18,6 +18,10 @@
#include "trace.h"
#ifndef CONFIG_AIRPLAY_NAME
#define CONFIG_AIRPLAY_NAME "disabled"
#endif
static const char * TAG = "platform";
extern char current_namespace[];