Skip to content

Commit

Permalink
[bluegiga] fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Dec 13, 2015
1 parent f59bdeb commit 1951056
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sw/airborne/subsystems/datalink/bluegiga.c
Expand Up @@ -30,6 +30,9 @@
#include "mcu_periph/gpio.h"
#include "mcu_periph/spi.h"

// for memset
#include <string.h>

#ifndef BLUEGIGA_SPI_DEV
#error "bluegiga: must define a BLUEGIGA_SPI_DEV"
#endif
Expand Down

0 comments on commit 1951056

Please sign in to comment.