Commit 2dcd5f9d authored by Lucas Russo's avatar Lucas Russo

dev_mngr/dev_mngr_core.c: use new device filenames /dev/fpga/*

parent 947accdf
......@@ -37,8 +37,8 @@
#define DEVIO_DEV_NAME_LEN 40
#define DEVIO_BE_DEV_PATTERN "/dev/fpga%d"
#define DEVIO_BE_DEV_GLOB "/dev/fpga*"
#define DEVIO_BE_DEV_PATTERN "/dev/fpga/%d"
#define DEVIO_BE_DEV_GLOB "/dev/fpga/*"
#define DEVIO_NAME "dev_io"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment