Remove unnecessary extra declaration
This commit is contained in:
parent
6c8607bbc5
commit
afcc05a2e7
|
@ -1,5 +1,4 @@
|
||||||
var serialport = require('serialport'),
|
var SerialPort = require('serialport'),
|
||||||
SerialPort = serialport.SerialPort,
|
|
||||||
exec = require('child_process').exec,
|
exec = require('child_process').exec,
|
||||||
eventEmitter,
|
eventEmitter,
|
||||||
mcopy = {};
|
mcopy = {};
|
||||||
|
|
Loading…
Reference in New Issue