From efe34b3a473229f4fc4fde9eebcc717c97256a79 Mon Sep 17 00:00:00 2001
From: Vipin Thomas <vipin.thomas@stud.th-deg.de>
Date: Thu, 24 Jun 2021 22:27:41 +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 042abd2..0a22494 100644
--- a/pixel.cpp
+++ b/pixel.cpp
@@ -18,7 +18,7 @@ void decrypt(int data);
 // void toAscii(char *c);
 
 
-void pixel(char *key,
+void pixel(char key[16],
         ap_int<32> selector,
 		ap_int<32> position1,
 		ap_int<32> position2,
-- 
GitLab