Replies: 2 comments 4 replies
-
This got rid of the warnings, but since I am new at micropython/c /c++ I am not sure what effects this causes: (const mp_obj_t)
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I think you want |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to export a module with some functions and I compile with meson. This is throwing a warning and I am wondering if there is any way to get rid of it? Am I doing something wrong?
My test.c:
My test.h:
My function is in testimpl.cpp:
Beta Was this translation helpful? Give feedback.
All reactions