From 27142533eecdb9d8c337b778a479210ec6bcc661 Mon Sep 17 00:00:00 2001
From: dam1n19 <dam1n19@soton.ac.uk>
Date: Wed, 5 Jul 2023 22:50:00 +0100
Subject: [PATCH] Removed MEM_INIT variable from lint

---
 makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/makefile b/makefile
index 7bb7c65..121c48e 100644
--- a/makefile
+++ b/makefile
@@ -28,7 +28,7 @@ LINT_DIR = $(SOCLABS_PROJECT_DIR)/lint/slcorem0
 LINT_INFO_DIR = $(SOCLABS_SLCOREM0_TECH_DIR)/hal
 
 # Defines
-DEFINES_VC  += $(MEM_INIT) +define+CORTEX_M0 +define+USE_TARMAC 
+DEFINES_VC  += +define+CORTEX_M0 +define+USE_TARMAC 
 
 # Black Box for Lint
 HAL_BLACK_BOX = -design_info $(LINT_INFO_DIR)/cortexm0_ip.bb
-- 
GitLab