Menu

#39 BricX hangs

compiler
closed-fixed
NXC (53)
5
2009-01-18
2007-10-03
s4ll4c
No

When you use inline with void in a wrong way:

//inline void methodName() // (ok)
//inline int methodName() // error message (ok)
void inline ResetMotors() // BricX hangs
{
//just some code:
ResetRotationCount(OUT_A);
ResetRotationCount(OUT_B);
ResetRotationCount(OUT_C);
}

Discussion

  • John Hansen

    John Hansen - 2009-01-18
    • status: open --> closed-fixed
     
  • John Hansen

    John Hansen - 2009-01-18

    This is fixed in the current release.