menu data shared memory re-design

+code cleaning
This commit is contained in:
Robert Pelnar 2018-08-10 02:59:49 +02:00
parent 9ee7a2124b
commit 923a06c164
5 changed files with 167 additions and 191 deletions
Firmware

View file

@ -10,7 +10,7 @@
* @brief construct Timer
*
* It is guaranteed, that construction is equivalent with zeroing all members.
* This property can be exploited in MenuData union.
* This property can be exploited in menu_data.
*/
template<typename T>
Timer<T>::Timer() : m_isRunning(false), m_started()