Easier to find 'static inline'

This commit is contained in:
Scott Lahteine
2018-08-13 23:55:12 -05:00
parent cc0a60453f
commit a4b0148365
6 changed files with 31 additions and 32 deletions

View File

@ -82,7 +82,7 @@ class Buzzer {
* @brief Resets the state of the class
* @details Brings the class state to a known one.
*/
inline static void reset() {
static inline void reset() {
off();
state.endtime = 0;
}