Distance Measurement Sample Code

When using the distance measurement sample code on my nrf5340 development kits, LEDs 1 and 2 seem to be working correctly, but LED 3 does not light up when connected. The only thing I changed about the sample code was adding this line:

CONFIG_SOC_NRF53_CPUNET_ENABLE=y
to the prj.conf file to get the measurements to output to my serial terminal. Before adding this line, only LED 1 would stay lit consistently with nothing outputting to the terminal. Does anyone know why LED 3 is not lighting at all?
Related