changed comments to be correct with code

This commit is contained in:
hoogendijkta 2019-02-23 15:39:38 +01:00
parent 8577ef0a15
commit 86fc1b645b
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ void initialiseADC()
BIT_CLEAR(ADCSRA,ADPS0);
#endif
#elif defined(ARDUINO_ARCH_STM32) //STM32GENERIC core and ST STM32duino core, change analog read to 12 bit
analogReadResolution(12); //use 10bits for analog
analogReadResolution(12); //use 12bits for analog reading on STM32 boards
#endif
MAPcurRev = 0;
MAPcount = 0;