christianrauch / msp

Implementation of the MultiWii Serial Protocol (MSP) for MultiWii and Cleanflight flight controller
http://www.multiwii.com/wiki/index.php?title=Multiwii_Serial_Protocol
GNU Lesser General Public License v3.0
80 stars 27 forks source link

const getter #38

Closed christianrauch closed 5 years ago

christianrauch commented 5 years ago

Declares methods as const so that read-only instances of classes PeriodicTimer, Subscription, Client and FlightController can be used.