indexer keep crashing
Not the end of the world, but...
if I enter the following, it will crash when I enter the ->
#define Sector0 ((uint32_t)0x08000000)
struct myStruct
{
int x;
}
int foo()
{
((struct myStruct*)Sector0->
Please sign in to leave a comment.
Comments
0 comments