Fix comment to match code
authorNathael Pajani <nathael.pajani@ed3l.fr>
Sat, 1 Dec 2018 13:17:41 +0000 (14:17 +0100)
committerNathael Pajani <nathael.pajani@ed3l.fr>
Tue, 8 Nov 2022 16:14:23 +0000 (17:14 +0100)
usd_card/main.c

index 7123d07..26241ee 100644 (file)
@@ -196,7 +196,7 @@ int main(void)
                        abs_deci = tmp101_deci_degrees;
                }
 
-               /* Write time and temp to uSD */
+               /* Write temp to uSD */
                memset(mmc_data, 0, MMC_BUF_SIZE);
                mmc_data[0] = tmp101_deci_degrees / 10;
                mmc_data[1] = abs_deci % 10;