From 0520fa5a8df7bd15797f7965fa7183552f4a7150 Mon Sep 17 00:00:00 2001
From: Reinier van der Walle <walle@astron.nl>
Date: Tue, 8 Dec 2020 18:03:58 +0100
Subject: [PATCH] typo

---
 applications/ta2/designs/ta2_unb2b_mm_demo/ta2_unb2b_mm_demo.cl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/applications/ta2/designs/ta2_unb2b_mm_demo/ta2_unb2b_mm_demo.cl b/applications/ta2/designs/ta2_unb2b_mm_demo/ta2_unb2b_mm_demo.cl
index a69555d30e..fef8a8c511 100644
--- a/applications/ta2/designs/ta2_unb2b_mm_demo/ta2_unb2b_mm_demo.cl
+++ b/applications/ta2/designs/ta2_unb2b_mm_demo/ta2_unb2b_mm_demo.cl
@@ -182,7 +182,7 @@ __kernel void process_b()
 { 
   union param_process_b reg;
   reg.parameters.keep = 0; //address 0, value is stored when written
-  reg.parameters.acc = 0;  //address 1, value is written value + 1
+  reg.parameters.acc = 0;  //address 1, value is written value + 2
   while(1){
     // handle MM read/write requests
     struct mm_in mm_request = read_channel_intel(mm_channel_in[CH_PROCESS_B]); //blocking read
-- 
GitLab