fix(device): use module import in uhk-usb (#509)

* fix(device): use module import in uhk-usb

* fix getTransferBuffers import
This commit is contained in:
Róbert Kiss
2017-12-09 18:02:39 +01:00
committed by László Monda
parent 55bd0148f4
commit 2d416e7668
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
import { Constants, UsbCommand } from './constants';
import { LogService } from '../../uhk-common';
import { LogService } from 'uhk-common';
export const snooze = ms => new Promise(resolve => setTimeout(resolve, ms));