menu data shared memory re-design
+code cleaning
This commit is contained in:
parent
9ee7a2124b
commit
923a06c164
5 changed files with 167 additions and 191 deletions
Firmware
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue