Skip to content
Snippets Groups Projects
Commit f68b603a authored by Vipin Thomas's avatar Vipin Thomas
Browse files

Update pixel.cpp

parent 1c55c7bf
No related branches found
No related tags found
No related merge requests found
......@@ -20,12 +20,9 @@ void pixel(
pkt_t pkt;
din.read(pkt);
for(int i=0; i<=3; i++){
pkt.data[i] = 255;
}
pkt.data= 255;
dout.write(pkt);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment