aboutsummaryrefslogtreecommitdiff
path: root/applications/message_handler/lib/include/message_handler.hpp
diff options
context:
space:
mode:
authorDavide Grohmann <davide.grohmann@arm.com>2022-06-15 11:20:41 +0200
committerKristofer Jonsson <kristofer.jonsson@arm.com>2022-08-25 09:13:36 +0000
commitf4379e99431e5b027b0d5942ccff56af6bfe82b1 (patch)
tree793dbd611483e6850dfc29db3048f92975800bf8 /applications/message_handler/lib/include/message_handler.hpp
parent05dd24dd63fcd0a2f8d6a0db1a7bf740ee968a00 (diff)
downloadethos-u-core-platform-f4379e99431e5b027b0d5942ccff56af6bfe82b1.tar.gz
Add negative testing to message_handler
Also restructure the scatter file to not be constrained of the artificial 512k size limit of the APP_IMAGE region. Add missing sections in DDR for both scatter file and linker script. Change-Id: I3d9bc8aeae1b1c11ab994276be64a2850cc23f8e
Diffstat (limited to 'applications/message_handler/lib/include/message_handler.hpp')
-rw-r--r--applications/message_handler/lib/include/message_handler.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/message_handler/lib/include/message_handler.hpp b/applications/message_handler/lib/include/message_handler.hpp
index 3c227be..98875f4 100644
--- a/applications/message_handler/lib/include/message_handler.hpp
+++ b/applications/message_handler/lib/include/message_handler.hpp
@@ -42,7 +42,7 @@
namespace MessageHandler {
-template <typename T, size_t capacity = 10>
+template <typename T, size_t capacity = 5>
class Queue {
public:
using Predicate = std::function<bool(const T &data)>;