Commit 18897ebb authored by Federico Vaga's avatar Federico Vaga

fmc-adc.ch: calibration data now is at byte 256

Signed-off-by: 's avatarFederico Vaga <federico.vaga@gmail.com>
parent 5ddbe36a
......@@ -31,7 +31,7 @@ extern int enable_auto_start;
/* ADC Calibration */
#define FA_CAL_PTR 0x0400 /* Pointer to calibration data in EEPROM (1 KByte) */
#define FA_CAL_PTR 0x0100 /* Pointer to calibration data in EEPROM (256 Byte) */
#define FA_CAL_LEN 108 /* Length of the calibration data */
enum fa_input_range {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment