diff options
Diffstat (limited to '')
-rw-r--r-- | o3000.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -33,16 +33,10 @@ #include "o3000_portable.h"
#include "image_header.h"
-/**
- * O-3000 library version
- */
-#define O3000_VERSION "2.0.3"
-
#define O3000_VID 0x0483 ///< O3000 vendor ID
#define O3000_PID 0xA098 ///< O3000 product ID
-
/*
* All possible error codes
*/
|