can_wizard/main/xvprintf.h

15 lines
263 B
C
Raw Normal View History

#ifndef MAIN_XVPRINTF_H
#define MAIN_XVPRINTF_H
#include "freertos/ringbuf.h"
extern RingbufHandle_t can_messages;
void init_tx_ringbuf();
2023-11-24 04:16:58 +00:00
int vxprintf(const char *fmt, va_list args);
int xprintf(const char *fmt, ...);
// functions
#endif // MAIN_XVPRINTF_H