Skip to content

Commit

Permalink
error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ozanselte committed Feb 9, 2016
1 parent c722de7 commit 072ba8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/dgpio.d
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class GPIO{

void deactivate(){
if(exists(pinFolder)){
writeLine(exportFile, to!string(gpio));
writeLine(unexportFile, to!string(gpio));
}
}

Expand Down

0 comments on commit 072ba8b

Please sign in to comment.