add log.c

This commit is contained in:
NeoZng
2022-11-11 21:20:58 +08:00
parent a1509ee665
commit ebb33406bb
15 changed files with 3824 additions and 9 deletions

View File

@@ -4,7 +4,7 @@
#include "memory.h"
/* can instance ptrs storage, used for recv callback */
static can_instance *instance[MX_REGISTER_DEVICE_CNT]={NULL};
static can_instance *instance[MX_REGISTER_DEVICE_CNT] = {NULL};
/* ----------------two static function called by CANRegister()-------------------- */