Comment added

This commit is contained in:
Ingo Ruhnke 2009-02-15 10:25:13 +01:00
parent ef3c79988f
commit f35d3bf0ed

View file

@ -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)