NimBLE-Arduino
2.1.2
Loading...
Searching...
No Matches
console.h
1
#ifndef __CONSOLE_H__
2
#define __CONSOLE_H__
3
4
#include <stdio.h>
5
6
#ifdef __cplusplus
7
extern
"C"
{
8
#endif
9
10
#define console_printf(_fmt, ...) printf(_fmt, ##__VA_ARGS__)
11
12
#ifdef __cplusplus
13
}
14
#endif
15
16
#endif
/* __CONSOLE_H__ */
src
nimble
console
console.h
Generated by
1.9.8