From d1f6ecf9079458916d2bfa742978af5481e4b3e4 Mon Sep 17 00:00:00 2001 From: Vipin Thomas <vipin.thomas@stud.th-deg.de> Date: Sat, 12 Jun 2021 23:43:52 +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 d8eda70..27d75ed 100644 --- a/pixel.cpp +++ b/pixel.cpp @@ -42,7 +42,7 @@ void pixel( addNum=charIn%10; charIn=(int)charIn/10; - pkt.data=0; + pkt.data=addNum; } -- GitLab