mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[escher] Increase textfield size to 100
Change-Id: I93400001a829e2ce313658e08bd5e97965b715fe
This commit is contained in:
@@ -32,7 +32,7 @@ public:
|
||||
protected:
|
||||
mutable Poincare::Expression * m_expression;
|
||||
private:
|
||||
constexpr static size_t k_dataLengthInBytes = TextField::maxBufferSize()*sizeof(char)+2;
|
||||
constexpr static size_t k_dataLengthInBytes = TextField::maxBufferSize()*sizeof(char);
|
||||
static_assert((k_dataLengthInBytes & 0x3) == 0, "The function data size is not a multiple of 4 bytes (cannot compute crc)"); // Assert that dataLengthInBytes is a multiple of 4
|
||||
virtual char symbol() const = 0;
|
||||
char m_text[TextField::maxBufferSize()];
|
||||
|
||||
Reference in New Issue
Block a user