forked from things-nyc/arduino-lmic
-
Couldn't load subscription status.
- Fork 227
Open
Description
In hal/getpinmap_catena4420.cpp I see an include at the top:
#include <arduino_lmic_hal_boards.h>
Shouldn't this read as
#include "../arduino_lmic_hal_boards.h"
If one wants to use this library as a local include, not a global include from the Arduino sketches directory, this #include gives an error during compile.