chiark / gitweb /
Fixing a few issues - makefile goofs.
[wiringPi.git] / gpio / gpio.c
index 5c87a7e16ee09545945f2e9615b6d4fd18ae5c7b..4eef19d6ced5f947d8e86bb73b17c0005e84a974 100644 (file)
@@ -1223,7 +1223,10 @@ int main (int argc, char *argv [])
        printf ("  Device tree is enabled.\n") ;
 
       if (stat ("/dev/gpiomem", &statBuf) == 0)                // User level GPIO is GO
+      {
        printf ("  This Raspberry Pi supports user-level GPIO access.\n") ;
+       printf ("    -> See the man-page for more details\n") ;
+      }
       else
        printf ("  * Root or sudo required for GPIO access.\n") ;