X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/2034141a7eb4d21a738f688b5e35a43793d17fbc..0f45b9c8e076483cd546d0bc9c606b73455295c6:/LUFA/Drivers/Board/Temperature.h diff --git a/LUFA/Drivers/Board/Temperature.h b/LUFA/Drivers/Board/Temperature.h index ddba7c798..d07446a67 100644 --- a/LUFA/Drivers/Board/Temperature.h +++ b/LUFA/Drivers/Board/Temperature.h @@ -87,7 +87,7 @@ #define TEMP_MAX_TEMP ((TEMP_TABLE_SIZE - 1) + TEMP_TABLE_OFFSET) /* Inline Functions: */ - /** Initializes the temperature sensor driver, including setting up the appropriate ADC channel. + /** Initialises the temperature sensor driver, including setting up the appropriate ADC channel. * This must be called before any other temperature sensor routines. * * \pre The ADC itself (not the ADC channel) must be configured separately before calling the