Skip to content

Commit

Permalink
[bebop_front] compile warning
Browse files Browse the repository at this point in the history
  • Loading branch information
dewagter committed Sep 24, 2015
1 parent 16c4ade commit 3fb660a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw/airborne/modules/computer_vision/lib/vision/bayern.h
Expand Up @@ -55,7 +55,7 @@ void BayernToYUV(struct image_t *Input, struct image_t *out,
void BayernToYUV(struct image_t *in, struct image_t *out,
int RedX, int RedY)
{
uint16_t *ii = (uint8_t *) in->buf;
uint16_t *ii = (uint16_t *) in->buf;
uint8_t *oi = (uint8_t *) out->buf;
int x, y;

Expand Down

0 comments on commit 3fb660a

Please sign in to comment.