Skip to content

Relative library includes #349

@jpmeijers

Description

@jpmeijers

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions