a121-sys 0.7.0

Raw bindings to the A121 radar sensor C SDK
Documentation
1
2
3
4
5
6
7
8
9
#ifndef LOGGING_H
#define LOGGING_H

#include "../rss/include/acc_definitions_common.h"

void c_log_stub(acc_log_level_t level, const char *module, const char *format,
                ...);

#endif // LOGGING_H