Hi,
I have an issue with the ConfigTools integrated in MCUXpresso. It seems to genereate defective code for ADC pins for the LPC55S69.
As an example, I am adding to the USB_VCOM_FREERTOS example an ADC on PIO0_23.

The analog switch input control is set by the tool.

And on the build these errors are thrown.

Looking at the code shows me there is a define missing.

And as visible in the pin_mux.h file it is really missing.

I think there should be an extra line like this (please correct me if this is wrong):
#define BOARD_INITPINS_AN0_GPIO GPIO
Can someone verify this problem and let me know how to fix this correctly?
MCUXpresso IDE v11.1.1 [Build 3241] [2020-03-02]
SDK_2.7.1_(322 2020-02-24) LPC55S69
Thanks!
Tom