ring_log icon indicating copy to clipboard operation
ring_log copied to clipboard

Missing implementation of ring_log_arch_deinit()

Open ROL-PC opened this issue 2 years ago • 0 comments

On the esp32, unless I am wrong, there is no implementation of the ring_log_arch_deinit() function called inside ring_log_deinit(). You have the declaration of the function in ring_log.h but misses the implementation somewhere in the ring_log_arch_freertos.c

ROL-PC avatar Dec 16 '22 09:12 ROL-PC