THE REAL CHANGE: previous ones dont work:fixed bug gotthard server: dynamic gain and confgain values

This commit is contained in:
Dhanya Maliakal 2015-10-23 11:41:05 +02:00
parent 64c0fdfaef
commit feb6f0d0e2
2 changed files with 2 additions and 2 deletions

View File

@ -276,9 +276,9 @@
/* settings/conf gain register */
#define GAIN_MASK 0x0000000f
#define GAIN_MASK 0x000000ff
#define GAIN_OFFSET 0
#define SETTINGS_MASK 0x000000f0
#define SETTINGS_MASK 0x0000ff00
#define SETTINGS_OFFSET 8