[apps/shared] Use StorageFunction::k_maxNameWithArgumentSize

This commit is contained in:
Léa Saviot
2018-10-12 13:57:15 +02:00
committed by Émilie Feral
parent f388099cbc
commit 93632fce0e
3 changed files with 3 additions and 3 deletions

View File

@@ -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;
}