You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got build error from this line, after I change it to numMathOps = 0; the build is successful. Could the tutorial code be wrong?
error:
fprime/MathProject/Components/MathReceiver/MathReceiver.cpp:20:17: error: called object type 'U32' (aka 'unsigned int') is not a function or function pointer
20 | numMathOps(0);
| ~~~~~~~~~~^
The text was updated successfully, but these errors were encountered:
fprime-tutorial-math-component/Components/MathReceiver/MathReceiver.cpp
Line 21 in 35f10f1
I got build error from this line, after I change it to
numMathOps = 0;
the build is successful. Could the tutorial code be wrong?error:
The text was updated successfully, but these errors were encountered: