Skip to content

Mismatched include guard names #907

Description

@oedze

Expected Behavior

The lines at: https://github.com/Azure/iot-hub-device-update/blob/develop/src/diagnostics_component/diagnostics_devicename/inc/diagnostics_devicename.h#L9

to have the same #ifndef as the #define:

#ifndef DIAGNOSTICS_DEVICENAMES_H
#    define DIAGNOSTICS_DEVICENAMES_H

Current Behavior

Tell us what happens instead of the expected behavior

The lines ar now mismatched

#ifndef DIAGNOSTICS_DEVICENAMES_H
#    define DIAGNOSTICS_DEVICENAMES_UTILS_H

Device Information

  • Host OS Linux (Custom Yocto Installation)
  • Architecture arm64

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions