Hi Uwe,
gpio_def.h contains
void GpioPinRelease(int bank, int bit){};
void GpioPinDrive(int bank, int bit){};
which means that I get multiple definitions when gpio_def.h or gpio.h is
included more than once in a project.
And it is actually included in many library modules.
Regards,
Harald