Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 57dcf07

Browse files
committed
Merge pull request #3186 from Chris--A/allow_headers
Added support for .hh and .hpp libraries
2 parents 11476df + af812a5 commit 57dcf07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎arduino-core/src/processing/app/BaseNoGui.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ static public LibraryList getUserLibs() {
417417
* within the header files at the top-level).
418418
*/
419419
static public String[] headerListFromIncludePath(File path) throws IOException {
420-
String[] list = path.list(new OnlyFilesWithExtension(".h"));
420+
String[] list = path.list(new OnlyFilesWithExtension(".h", ".hh", ".hpp"));
421421
if (list == null) {
422422
throw new IOException();
423423
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /