@web-font-path: "roboto-debian.css";
v2.2.0 (RP2040)
Loading...
Searching...
No Matches
11#ifndef CYBT_ERROR_ENABLED
13#define CYBT_ERROR_ENABLED 1
15#define CYBT_ERROR_ENABLED 0
20#ifndef CYBT_INFO_ENABLED
22#define CYBT_INFO_ENABLED 1
24#define CYBT_INFO_ENABLED 0
29#ifndef CYBT_DEBUG_ENABLED
30#define CYBT_DEBUG_ENABLED 0
35#define cybt_error CYW43_WARN
37#define cybt_error(...)
43#define cybt_info CYW43_PRINTF
51#define cybt_debug CYW43_PRINTF
53#define cybt_debug(...)