Skip to content

Commit

Permalink
Merge pull request #49 from NoHomey/patch-3
Browse files Browse the repository at this point in the history
Fixes #42 sn3218 extension not available
  • Loading branch information
nekuz0r authored Sep 29, 2016
2 parents 5bea401 + 6f4383d commit 6931958
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/extensions/extensions.cc
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ IMPLEMENT_EXPORT_INIT(extensions) {
INIT(mcp23017);
INIT(pcf8574);
INIT(pcf8591);
INIT(sn3218);
INIT(sr595);
INIT(pca9685);
}

0 comments on commit 6931958

Please sign in to comment.