summaryrefslogtreecommitdiff
path: root/source/use_case/ad/include/AdModel.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/use_case/ad/include/AdModel.hpp')
-rw-r--r--source/use_case/ad/include/AdModel.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/use_case/ad/include/AdModel.hpp b/source/use_case/ad/include/AdModel.hpp
index 2d83455..bbdf91c 100644
--- a/source/use_case/ad/include/AdModel.hpp
+++ b/source/use_case/ad/include/AdModel.hpp
@@ -41,10 +41,10 @@ namespace app {
private:
/* Maximum number of individual operations that can be enlisted */
- static constexpr int _ms_maxOpCnt = 6;
+ static constexpr int ms_maxOpCnt = 6;
/* A mutable op resolver instance */
- tflite::MicroMutableOpResolver<_ms_maxOpCnt> _m_opResolver;
+ tflite::MicroMutableOpResolver<ms_maxOpCnt> _m_opResolver;
};
} /* namespace app */