2jciebu01_usb: remove unused device path variable

Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
Mihai Tudor Panu 2019-05-05 17:56:01 -07:00
parent b454862649
commit 7d0600df1c

View File

@ -370,7 +370,6 @@ void configureAdvInterval(OM2JCIEBU_UART *p_om2jcieuart)
int int
main(int argc, char *argv[]) main(int argc, char *argv[])
{ {
char *dev_path;
int operation_choice = 0; int operation_choice = 0;
if(argc <= 1) { if(argc <= 1) {
std::cout << "usage ./a.out /dev/ttyUSB*" << std::endl; std::cout << "usage ./a.out /dev/ttyUSB*" << std::endl;