mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 04:02:27 +00:00
esp32c3: Apply one-liner/small changes for ESP32-C3
This commit is contained in:
@@ -92,8 +92,6 @@ inline static void multi_heap_assert(bool condition, const char *format, int lin
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
typedef int multi_heap_lock_t;
|
||||
|
||||
#define MULTI_HEAP_PRINTF printf
|
||||
#define MULTI_HEAP_STDERR_PRINTF(MSG, ...) fprintf(stderr, MSG, __VA_ARGS__)
|
||||
#define MULTI_HEAP_LOCK(PLOCK) (void) (PLOCK)
|
||||
|
Reference in New Issue
Block a user