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:
@ -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);
|
||||
|
Reference in New Issue
Block a user