Skip to content
This repository has been archived by the owner on Apr 14, 2018. It is now read-only.

Commit

Permalink
Fixed port open message
Browse files Browse the repository at this point in the history
  • Loading branch information
qdot committed Oct 5, 2010
1 parent c04b035 commit 0bde7c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion np_mindset.flext.cpp
Expand Up @@ -304,7 +304,7 @@ class np_mindset:
post("np_mindset - Cannot open, exiting");
return;
}
post("np_mindset - Cannot open, exiting");
post("np_mindset - Opened Device");
m_isOpen = true;
ToOutBang(0);

Expand Down

0 comments on commit 0bde7c5

Please sign in to comment.