mirror of
https://github.com/Ed94/gencpp.git
synced 2025-07-02 03:41:03 -07:00
Test now runs generated code, swtiched math test to use polyorphism from cpp.
Now need to make that array test...
This commit is contained in:
@ -25,7 +25,7 @@ int gen_main()
|
||||
|
||||
int main()
|
||||
{
|
||||
u32 result = square(5);
|
||||
u32 result = square( 5U );
|
||||
|
||||
zpl_printf("TEST RESULT: %d", result);
|
||||
}
|
||||
|
Reference in New Issue
Block a user