mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 08:47:28 +01:00
[apps/shared] Use StorageFunction::k_maxNameWithArgumentSize
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
namespace Shared {
|
||||
|
||||
const char * StorageValuesFunctionParameterController::title() {
|
||||
m_function->nameWithArgument(m_pageTitle, k_maxNumberOfCharsInTitle, m_symbol);
|
||||
m_function->nameWithArgument(m_pageTitle, StorageFunction::k_maxNameWithArgumentSize, m_symbol);
|
||||
return m_pageTitle;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user