This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

uVision 5 : Grey underline for some variables.

I have installed uVision5 and have noticed that under some variables there is a grey underline.

//! typedef for u64
typedef unsigned long long u64;
//! typedef for u32
typedef unsigned long u32;
//! typedef for u16
typedef unsigned short u16;

Although the above does not show the problem in this text editor, in uVision5 the "u16" & "u32" both have a grey underline. But "u64" has not.

Where can i find out what this under means?

Thanks in advance.

Regards,

Rowland

Parents
  • Hans,

    Sorry, yes you're correct in that example. The typedefs (some) were underlined.

    Yet, load uVision5 up this morning they have gone.... but I'm sure they'll be back.

    I have noticed this morning, they appear in "release" mode, but not "dedug" mode...

    There must be an explanation for grey underlines?

    Regards,

    Rowland

Reply
  • Hans,

    Sorry, yes you're correct in that example. The typedefs (some) were underlined.

    Yet, load uVision5 up this morning they have gone.... but I'm sure they'll be back.

    I have noticed this morning, they appear in "release" mode, but not "dedug" mode...

    There must be an explanation for grey underlines?

    Regards,

    Rowland

Children