Merge master

This commit is contained in:
sebastien
2020-02-05 20:58:17 -05:00
parent e6bad26ef0
commit dd594245f6
6 changed files with 5 additions and 657 deletions

View File

@@ -7,7 +7,7 @@
# please read the SDK documents if you need to do this.
#
CFLAGS += -fstack-usage \
CFLAGS += -fstack-usage\
-I$(COMPONENT_PATH)/../tools \
-I$(COMPONENT_PATH)/../codecs/inc/alac \
-I$(PROJECT_PATH)/main/

View File

@@ -933,7 +933,7 @@ static unsigned int token_decode(const char *token)
for (i = 0; i < 4; i++) {
val *= 64;
if (token[i] == '=')
marker++;
marker++;
else if (marker > 0)
return DECODE_ERROR;
else