Skip to content

Commit

Permalink
One last time
Browse files Browse the repository at this point in the history
  • Loading branch information
TMRh20 committed Feb 19, 2024
1 parent f4e3caf commit 04e2fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utility/SPIDEV/gpio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include <unistd.h> // close()
#include <fcntl.h> // open()
#include <sys/ioctl.h> // ioctl()
#include <string> // memset()
#include <string.h> // memset()

const char* dev_name = "/dev/gpiochip4";

Expand Down

0 comments on commit 04e2fcf

Please sign in to comment.