-
-
Notifications
You must be signed in to change notification settings - Fork 457
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Line 6 in the file LogicAnalyzer_W2812.c
contains:
#include "LogicAnalyzer_w2812.h"
The actual name of the header file is LogicAnalyzer_W2812.h
. Note that the W
in W2812
is uppercased, and the w
in the file name of the #include
statement is lowercase.
This does not affect compilation on Windows, but it affects compilation on Linux. Both LogicAnalyzer
and LogicAnalyzer_V2
have the same issue.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working