Hello,
there seems to be a new problem with ternary operators in .gel files with CCSv6 Beta 4.
Example:
MAX(a, b)
{
return a>b?a:b;
}
C66xx_0: GEL: Error while executing OnFileLoaded( 0, 0): condition does not evaluate to a value...
I worked around this problem by using if-else.
Ralf