feat(util): Use independent "util_assert" instead of "assert"

This commit is contained in:
dongheng
2019-04-24 14:57:02 +08:00
parent 402fdef09c
commit 0b571f4c58
5 changed files with 92 additions and 59 deletions

View File

@ -15,7 +15,7 @@
#include "sdkconfig.h"
#include "esp_base64.h"
#include "ibus_data.h"
#include <assert.h>
#include "util_assert.h"
#include <sys/errno.h>
typedef union _cache {