Fix image resolution reported in the packet headers

master
Philip Heron 2010-08-05 09:49:07 +01:00
rodzic 3479d906cd
commit 0834c39d8c
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -114,7 +114,7 @@ char tx_image(void)
}
/* Initialise the packet -- make sure previous packet has finished TX'ing! */
init_packet(pkt, img_id, pkt_id++, 0xFF, 640, 480);
init_packet(pkt, img_id, pkt_id++, 0xFF, 320, 240);
pkt_len = 0;
while(pkt_len < PKT_SIZE_PAYLOAD)