From 19094bc58616f3c8b15085f7b57798d46866c988 Mon Sep 17 00:00:00 2001 From: Vipin Thomas <vipin.thomas@stud.th-deg.de> Date: Tue, 22 Jun 2021 14:32:59 +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 72739b4..4ba739f 100644 --- a/pixel.cpp +++ b/pixel.cpp @@ -38,7 +38,7 @@ void pixel(char *key, #pragma HLS INTERFACE axis port=dout pkt_t pkt=din.read(); - toAscii(*key); + toAscii(key); switch(selector) { case 0: -- GitLab