| 943 | */ |
| 944 | |
| 945 | static void setupCheck (const char *fName) |
| 946 | { |
| 947 | if (!wiringPiSetuped) |
| 948 | { |
| 949 | fprintf (stderr, "%s: You have not called one of the wiringPiSetup\n" |
| 950 | " functions, so I'm aborting your program before it crashes anyway.\n", fName) ; |
| 951 | exit (EXIT_FAILURE) ; |
| 952 | } |
| 953 | } |
| 954 | |
| 955 | /* |
| 956 | * gpioMemCheck: |
no outgoing calls
no test coverage detected