Skip to content

BOARD_ZERO does not compile on Linux #271

@dmalenic

Description

@dmalenic

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 working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions