add cpp wrapper for rxi/log.c

This commit is contained in:
Florian Lüke 2024-12-27 18:48:07 +01:00
parent c82671490a
commit aa9d21d81c

9
src/internal/rxi/log.hpp Normal file
View file

@ -0,0 +1,9 @@
#ifndef DE6BF3F6_F6A6_4CB0_B986_4815C9B2C2CF
#define DE6BF3F6_F6A6_4CB0_B986_4815C9B2C2CF
extern "C"
{
#include "log.h"
}
#endif /* DE6BF3F6_F6A6_4CB0_B986_4815C9B2C2CF */