Skip to content

Commit

Permalink
Add PI_MAKE_MBEST, Update export of piMakerNames
Browse files Browse the repository at this point in the history
  • Loading branch information
nekuz0r committed Feb 26, 2015
1 parent 1fa74f7 commit 6f98749
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/wiringPi.cc
Original file line number Diff line number Diff line change
Expand Up @@ -753,9 +753,10 @@ IMPLEMENT_EXPORT_INIT(wiringPi) {
EXPORT_CONSTANT_INT(PI_MAKER_EGOMAN);
EXPORT_CONSTANT_INT(PI_MAKER_SONY);
EXPORT_CONSTANT_INT(PI_MAKER_QISDA);
EXPORT_CONSTANT_INT(PI_MAKER_MBEST);

EXPORT_CONSTANT_STRING_ARRAY(PI_MODEL_NAMES, piModelNames, 6);
EXPORT_CONSTANT_STRING_ARRAY(PI_REVISION_NAMES, piRevisionNames, 5);
EXPORT_CONSTANT_STRING_ARRAY(PI_MAKER_NAMES, piMakerNames, 4);
EXPORT_CONSTANT_STRING_ARRAY(PI_MAKER_NAMES, piMakerNames, 5);
}

0 comments on commit 6f98749

Please sign in to comment.