git subrepo pull uci-mcp

subrepo:
  subdir:   "uci-mcp"
  merged:   "87e4761"
upstream:
  origin:   "https://git.kebler.net/uCOMmandIt/uci-mcp.git"
  branch:   "master"
  commit:   "041204d"
git-subrepo:
  version:  "0.3.1"
  origin:   "https://github.com/ingydotnet/git-subrepo"
  commit:   "55f8cfd"
master
David Kebler 2017-01-13 20:57:35 -08:00
parent 041204dabd
commit 4dca2803ac
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
'use strict'
const expect = require('chai').expect,
i2c = require('../class'),
i2c = require('uci-i2c'),
_u = require('uci-utils')
let bus1 = new i2c.Bus(1)