Use LwPRINTF as output for LwSHELL #17
-
|
I noticed that LwSHELL has the option to define an output and I was wondering if I can somehow use LwPRINTF since I already have it in my code for debug output. |
Beta Was this translation helpful? Give feedback.
Answered by
MaJerle
Apr 5, 2025
Replies: 1 comment 4 replies
-
|
You will need to make a wrapper function that calls lwprintf_xx function then. |
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
The function footprint is different between lwprintf ones and expected onenfor LwSHELL output function.
They accept different parameters.