analogRead problem with IDE 1.5.5 libraries

Hi guys,

The bug was introduced after the optimization of the ADC reads (shame on me :()

May I ask you to try with the following patch and check if that fixes the problem?

replace the file Arduino/hardware/arduino/sam/cores/arduino/wiring_analog.c
with the file here: https://raw.github.com/arduino/Arduino/a1c48091051bfc7f3366cac6fc23212c4e4fb4a3/hardware/arduino/sam/cores/arduino/wiring_analog.c

Thanks