aboutsummaryrefslogtreecommitdiff
path: root/applications/message_handler/indexed_networks/network_template.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'applications/message_handler/indexed_networks/network_template.hpp')
-rw-r--r--applications/message_handler/indexed_networks/network_template.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/message_handler/indexed_networks/network_template.hpp b/applications/message_handler/indexed_networks/network_template.hpp
index 353d7d3..a477b84 100644
--- a/applications/message_handler/indexed_networks/network_template.hpp
+++ b/applications/message_handler/indexed_networks/network_template.hpp
@@ -18,6 +18,6 @@
#include <stdint.h>
-__attribute__((section(".sram.data"), aligned(16))) uint8_t networkModel[] = {
+__attribute__((section(".sram.data"), aligned(16))) uint8_t networkModelData[] = {
/* Add network model here */
};