ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
nimble_npl_os_log.h
Go to the documentation of this file.
1
25
26#pragma once
27
49#define BLE_NPL_LOG_IMPL(lvl) \
50 static inline void _BLE_NPL_LOG_CAT(BLE_NPL_LOG_MODULE, \
51 _BLE_NPL_LOG_CAT(_, lvl))(const char* fmt, ...) \
52 { \
53 (void)fmt; \
54 }