Skip to content

Wait for udev adjust gpio permissions iusse#176 #177

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Wait for udev adjust gpio permissions iusse#176
  • Loading branch information
IW3IJQ authored Oct 24, 2018
commit 61c2c135bb430692fb587a2b5356440ea0cd194b
2 changes: 2 additions & 0 deletions ptt.c
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,8 @@ void export_gpio(int ch, int ot, int invert, int direction)
exit (1);
}
}
/* Wait for udev adjust permissions */
sleep (1);
close (fd);

/*
Expand Down