Skip to content

Why is DEBUG_VERBOSE commented out in AIoTC_Config.h #521

Closed
@kensheldon

Description

@kensheldon

AIoTC_Config.h contains macros to simplify the syntax of calls to Debug.print(DBG_blah, ...) The file defines helper macros for diagnostic levels ERROR, WARNING, INFO, DEBUG, and VERBOSE. This seems like a nice feature, but for one detail: One of the macros swallows its arguments. The body is commented out.

#define DEBUG_VERBOSE(fmt, ...) //Debug.print(DBG_VERBOSE, fmt, ## __VA_ARGS__)

Metadata

Metadata

Assignees

No one assigned

    Labels

    topic: codeRelated to content of the project itself

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions