This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Warning when setting RTS,CTS to Disconnect in NCS

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.

Parents Reply Children
Related