HI,
I set RTS,CTS to disconnect in the overlay file.
(Toolchain Manager.0.6.1/NCS1.3.0)
&uart0 {
rts-pin = <0xFFFFFFFF>;
cts-pin = <0xFFFFFFFF>;
};
warnings occur in the inline function as shown below.
Previously, I set it to 0xffffffffff in the nRF5 SDK.
Please let me know if there is any other way in NCS.
Thank you.