changed ptme uio on te0720

This commit is contained in:
Jakob Meier
2021-11-17 11:27:29 +01:00
parent f75e7b2002
commit 9e9a19ebb0
4 changed files with 4 additions and 3 deletions

View File

@ -22,7 +22,7 @@ namespace PtmeConfig {
#if BOARD_TE0720 == 0
static const char UIO_DEVICE_FILE[] = "/dev/uio1";
#else
static const char UIO_DEVICE_FILE[] = "/dev/uio0";
static const char UIO_DEVICE_FILE[] = "/dev/uio1";
#endif
};