Peter M. Groen
/
openhantek
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
8efca783b947d29554a3aad02049ceb782552873
Authored by
oliverhaag
2012-11-21 21:11:52 +0000
1 parent
8b0c40cb
Add UNIT_COUNT
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
openhantek/src/helper.h
openhantek/src/helper.h
View file @
8efca78
...
...
@@ -60,7 +60,7 @@ namespace Helper {
60
60
enum Unit {
61
61
UNIT_VOLTS, UNIT_DECIBEL,
62
62
UNIT_SECONDS, UNIT_HERTZ,
63
- UNIT_SAMPLES
63
+ UNIT_SAMPLES
, UNIT_COUNT
64
64
};
65
65
66
66
QString libUsbErrorString(int error);
...
...