Skip to content

Commit

Permalink
Fix IDF 4.x compatibility
Browse files Browse the repository at this point in the history
Fixes: #2
  • Loading branch information
frhun committed Mar 21, 2020
1 parent cf34710 commit dd5ecde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/spidriver/spi_master_lobo.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Main driver's function is 'spi_lobo_transfer_data()'
#include "driver/uart.h"
#include "driver/gpio.h"
#include "spi_master_lobo.h"

#include "driver/periph_ctrl.h"

static spi_lobo_host_t *spihost[3] = {NULL};

Expand Down

0 comments on commit dd5ecde

Please sign in to comment.