pico-sdk
pico-sdk copied to clipboard
Should we guard against including pico/platform.h
I've seen a couple of cases where code is including "pico/platform.h" which causes the wrong defines for pico_w. The right thing to do is include pico.h? Should we guard against this?