14 | | * If you used `USE PDAF_interface_module` in your code, replace this with `USE PDAF`. |
15 | | * You might need to adapt the Makefile of your program to include[[BR]]`-IPATH_TO_PDAF_INCLUDE`,[[BR]] where PATH_TO_PDAF_INCLUDE is the directory `include/` of your PDAF installation. The compiler needs to find the PDAF module files which are placed in `include/`. If you use the Makefile from the template or tutorials, you can use `-I{BASEDIR}/include`. |
| 14 | * If you used `USE PDAF_interfaces_module` in your code, replace this with `USE PDAF`. |
| 15 | * You might need to adapt the Makefile of your program to include[[BR]]`-IPDAF_BASEDIR/include`,[[BR]] where `PDAF_BASEDIR` is the root directory of your PDAF installation. The compiler needs to find the PDAF module files which are placed in `include/`. If you use the Makefile from the template or tutorials, you can use `-I{BASEDIR}/include`. |