From 0b714cc542ea285d29b0b30040fb129817c97dbd Mon Sep 17 00:00:00 2001
From: Vipin Thomas <vipin.thomas@stud.th-deg.de>
Date: Sat, 19 Jun 2021 09:55:58 +0000
Subject: [PATCH] Update pixel.cpp

---
 pixel.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pixel.cpp b/pixel.cpp
index f90c9cf..e386207 100644
--- a/pixel.cpp
+++ b/pixel.cpp
@@ -16,7 +16,7 @@ long long convert(int n);
 int convertBinInt(long long n);
 
 
-void pixel(char key[16],
+void pixel(char key,
 		ap_int<32> position1,
 		ap_int<32> position2,
 		ap_int<32> stream_count,
-- 
GitLab