Skip to content
Snippets Groups Projects
Commit eee1b7c5 authored by Giuliano's avatar Giuliano Committed by Scott Lahteine
Browse files

[2.0.x] Fix compile error (#11465)

Address #11463
parent e85feb25
Branches
Tags
No related merge requests found
......@@ -97,7 +97,9 @@ void Max7219(const uint8_t reg, const uint8_t data) {
Max7219_PutByte(reg); // specify register
SIG_DELAY();
Max7219_PutByte(data); // put data
#ifndef CPU_32_BIT
CRITICAL_SECTION_END;
#endif
}
#if ENABLED(MAX7219_NUMERIC)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment