1
0
mirror of https://github.com/xtacocorex/CHIP_IO synced 2025-07-20 04:43:21 +00:00

final updates in the initial addition of debug printing. this should close #55

This commit is contained in:
Robert Wolterman
2017-01-28 02:09:14 +00:00
parent 8221016c10
commit bf27e2feea
3 changed files with 70 additions and 5 deletions

View File

@ -433,7 +433,7 @@ int pwm_disable(const char *key)
if (strcmp(pwm->key, key) == 0)
{
if (DEBUG) {
printf(" ** pwm_disable: unexporting %s\n", key);
printf(" ** pwm_disable: freeing memory %s\n", key);
}
//close the fd
close(pwm->enable_fd);