summaryrefslogtreecommitdiff
path: root/source/application/tensorflow-lite-micro/include/BufAttributes.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/application/tensorflow-lite-micro/include/BufAttributes.hpp')
-rw-r--r--source/application/tensorflow-lite-micro/include/BufAttributes.hpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/source/application/tensorflow-lite-micro/include/BufAttributes.hpp b/source/application/tensorflow-lite-micro/include/BufAttributes.hpp
index a3b5890..0146443 100644
--- a/source/application/tensorflow-lite-micro/include/BufAttributes.hpp
+++ b/source/application/tensorflow-lite-micro/include/BufAttributes.hpp
@@ -50,11 +50,6 @@
#define ACTIVATION_BUF_SZ 0x00200000
#endif /* ACTIVATION_BUF_SZ */
-#ifndef ACTIVATION_BUF_SRAM_SZ
- #warning "ACTIVATION_BUF_SRAM_SZ needs to be defined. Using default value = 0"
- #define ACTIVATION_BUF_SRAM_SZ 0x00000000
-#endif /* ACTIVATION_BUF_SRAM_SZ */
-
/* IFM section name. */
#define IFM_BUF_SECTION section("ifm")
@@ -74,4 +69,4 @@
#endif /* HAVE_ATTRIBUTE(aligned) || (defined(__GNUC__) && !defined(__clang__)) */
-#endif /* BUF_ATTRIBUTES_HPP */ \ No newline at end of file
+#endif /* BUF_ATTRIBUTES_HPP */