Skip to content

Commit

Permalink
Change setup in begin
Browse files Browse the repository at this point in the history
  • Loading branch information
polldo committed Mar 4, 2022
1 parent a33e56d commit 50aa271
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/dolp.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "dolp.h"

void Dolp::setup()
void Dolp::begin()
{
driverLayer.setup();
engine.setup();
Expand Down
2 changes: 1 addition & 1 deletion src/dolp.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Dolp {
Dolp() {}
virtual ~Dolp() {}

void setup();
void begin();
void loopBegin();
void loopEnd();

Expand Down

0 comments on commit 50aa271

Please sign in to comment.