Skip to content

Commit 7d0600d

Browse files
committed
2jciebu01_usb: remove unused device path variable
Signed-off-by: Mihai Tudor Panu <[email protected]>
1 parent b454862 commit 7d0600d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/c++/2jciebu01_usb.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,6 @@ void configureAdvInterval(OM2JCIEBU_UART *p_om2jcieuart)
370370
int
371371
main(int argc, char *argv[])
372372
{
373-
char *dev_path;
374373
int operation_choice = 0;
375374
if(argc <= 1) {
376375
std::cout << "usage ./a.out /dev/ttyUSB*" << std::endl;

0 commit comments

Comments
 (0)