slashdev / arm-loconet-starter

Starter project for Loconet projects. Based on arm-samd20-starter.
0 stars 0 forks source link

Rename receive function to loconet_rx_<opcode_name> #5

Closed fuegas closed 7 years ago

fuegas commented 7 years ago

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.