Accept static expressions for menu floating point and int

This commit is contained in:
Jan
2021-11-26 21:50:07 +01:00
parent 9279123ef9
commit c3a44f60d3
4 changed files with 8 additions and 6 deletions

View File

@ -14,7 +14,6 @@ namespace menu
private:
static constexpr auto CAPTURE_FIRST_TOKEN = 1;
static constexpr auto CAPTURE_VALUE = 2;
const callback_t m_set_callback;