Remove api from include path, add redirects

Can't have cores/rp2040/api in the include path because the Arduino API
dir has a "String.h" file.  On Windows, because it is case-insensitive
normally, this overrides the POSIX "string.h" header leading to bad
stuff.

Add manual redirect includes for commonly accessed headers in the
cores/rp2040 path instead.
parent 32309906
#include "api/Client.h"
#include "api/IPAddress.h"
#include "api/Interrupts.h"
#include "api/Print.h"
#include "api/Server.h"
#include "api/String.h"
#include "api/Udp.h"
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment