Skip to content

Commit

Permalink
Fixed problem in UnitList (dummy fix).
Browse files Browse the repository at this point in the history
  • Loading branch information
sofian committed Jan 4, 2025
1 parent 5a2327b commit 735dadf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/07.Advanced/UnitList/UnitList.ino
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,7 @@ void step() {
sources[i] >> leds[i];
}
}
#else
void begin() {}
void step() {}
#endif

0 comments on commit 735dadf

Please sign in to comment.