Currently it's noted as ln_handler_..... We want to use the common prefix loconet_ for our functions. And to distinguish that is is a received message, we add rx_ to the prefix. So the function for long_ack looks like ln_handler_long_ack now, and will be loconet_rx_long_ack.
Currently it's noted as
ln_handler_....
. We want to use the common prefixloconet_
for our functions. And to distinguish that is is a received message, we addrx_
to the prefix. So the function forlong_ack
looks likeln_handler_long_ack
now, and will beloconet_rx_long_ack
.