This commit is contained in:
2022-06-26 12:47:43 -07:00
parent 267a8a2ad6
commit 5ea64d3e07
2 changed files with 5 additions and 2 deletions

View File

@ -51,6 +51,9 @@ Ergodox& Ergodox::init(
return Instance;
}
// Instance is a static function variable,
// and will be deleted at end of program.
Ergodox::~Ergodox() {
close();
hid_exit();