Skip to content

Commit

Permalink
fix: spinet-linux在树莓派下编译失败
Browse files Browse the repository at this point in the history
  • Loading branch information
wendal committed Nov 20, 2024
1 parent 56847b6 commit 7c5206d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/spinet/linux/src/airspi.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#include <linux/if.h>
#include <linux/if_tun.h>
#include <linux/types.h>
#include <linux/spi/spi.h>
//#include <linux/spi/spi.h>
#include <linux/spi/spidev.h>

#include <linux/gpio.h>
Expand Down

0 comments on commit 7c5206d

Please sign in to comment.