Hi, Is there a limit to the number of arguments that can be passed to an inlined C function? I get a message
Uncaught Error: Error Parsing signature at argument number 6
when attempting to set up an inline C function with 6 arguments. Everything appears fine up to 4 arguments. Thanks, Marko
@user113695 started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hi,
Is there a limit to the number of arguments that can be passed to an inlined C function?
I get a message
when attempting to set up an inline C function with 6 arguments. Everything appears fine up to 4 arguments.
Thanks,
Marko