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 am doing some work using the pi pico sdk and I want to know the best way to mock out certain sdk headers. My problem is someone thought it was a good idea to name a header "pico/stdlib.h".
I want to mock out this library but obviously don't want to mock out <stdlib.h> how do I do this in the test_ file or in the project.yml file???
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am doing some work using the pi pico sdk and I want to know the best way to mock out certain sdk headers. My problem is someone thought it was a good idea to name a header "pico/stdlib.h".
I want to mock out this library but obviously don't want to mock out <stdlib.h> how do I do this in the test_ file or in the project.yml file???
Beta Was this translation helpful? Give feedback.
All reactions