Reserved function name ?

06 Aug 2010

Hi,

Is "processActions" is a reserved function name in mBed compiler ?

I have a strange error with this function name, i could not use it in my code.

Thank you.

Powerbook.

06 Aug 2010

Hi Christophe,

"processActions" is not reserved in any way, so I suspect the problem is just a slight bug in your code which is giving an error that makes it sound that way. Do you have a code example that can reproduce this? I'm sure someone will help you spot the problem straight away.

Simon

06 Aug 2010

user avatar Simon Ford wrote:

Hi Christophe,

"processActions" is not reserved in any way, so I suspect the problem is just a slight bug in your code which is giving an error that makes it sound that way. Do you have a code example that can reproduce this? I'm sure someone will help you spot the problem straight away.

Simon

Hello Simon,

I'm stupid... i search for a long time and finally it's a big mistake from my side, naturally...

I just place an Ticker with name processActions in my program and try to create a function named processActions somewhere in another .c file

Sorry...