X-CUBE-NFC6 compilation problem
Compiling X-CUBE-NFC6 related code fails on Linux host.
To compile code on Linux, the following fix is needed:
// rename
#include "st25R3916_irq.h"
// to
#include "st25r3916_irq.h"
This fix will not affect Windows.
Optionally: rename a file on Linux file system to match include.
