Skip to content

Commit

Permalink
Merge pull request #3 from badgeteam/tnt/fix-include
Browse files Browse the repository at this point in the history
Add driver/spi_master.h include to get spi handle type
  • Loading branch information
renzenicolai committed Jun 12, 2022
2 parents abdc7b2 + c6490e8 commit 7e2bdc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/ice40.h
Expand Up @@ -3,6 +3,7 @@
#include <stdbool.h>
#include <stdint.h>
#include <esp_err.h>
#include <driver/spi_master.h>

typedef esp_err_t (*ice40_get_done_t)(bool*);
typedef esp_err_t (*ice40_set_reset_t)(bool);
Expand Down

0 comments on commit 7e2bdc0

Please sign in to comment.