diff --git a/lambda/lambda.c b/lambda/lambda.c index 92bb926..8ea90c3 100644 --- a/lambda/lambda.c +++ b/lambda/lambda.c @@ -42,7 +42,7 @@ #include "lcdroutines.h" /** - * Initializes the USART transmitter and receiver, sets up the ADC + * Initializes the USART transmitter and receiver, the lcd, sets up the ADC * and sleep mode and then infinitely measures with a 1 second delay * in between. * TODO replace delay by an interrupt or something else more efficient?