Comment added
This commit is contained in:
parent
ef3c79988f
commit
f35d3bf0ed
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@
|
|||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
|
||||
/** Simple program to send events to /dev/input/eventX devices, useful
|
||||
for toggling LEDs and such */
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
if (argc != 5)
|
||||
|
|
Loading…
Reference in a new issue