Skip to content

Commit

Permalink
nikon target fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
elijahparker committed Jun 22, 2019
1 parent 9f72c3e commit 8b86667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion camera/ptpjs/common/ptp-functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ exports.PTP_RC_SessionAlreadyOpened = 0x201E;
exports.PTP_RC_TransactionCanceled = 0x201F;
exports.PTP_RC_SpecificationOfDestinationUnsupported = 0x2020;

var LOG_LEVEL = 0;
var LOG_LEVEL = 1;
var LOG_USB = false;

function _logD() {
Expand Down

0 comments on commit 8b86667

Please sign in to comment.