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:
committed by
László Monda
parent
55bd0148f4
commit
2d416e7668
@@ -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));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user