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
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:
Current Behavior
Tell us what happens instead of the expected behavior
The lines ar now mismatched
Device Information