X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/071e02c6b6b4837fa9cf0b6d4c749994e02638d7..fc92f9969c1fcc2f952f0bd6d09a309a9b3ce02f:/Projects/TemperatureDataLogger/TempDataLogger.h diff --git a/Projects/TemperatureDataLogger/TempDataLogger.h b/Projects/TemperatureDataLogger/TempDataLogger.h index b6a3389fe..15b5569fd 100644 --- a/Projects/TemperatureDataLogger/TempDataLogger.h +++ b/Projects/TemperatureDataLogger/TempDataLogger.h @@ -77,7 +77,7 @@ /** Filename for the log data when written to the dataflash FAT filesystem. */ #define LOG_FILENAME "TEMPLOG.txt" - /** Data log interval between samples, in tens of milliseconds */ + /** Data log interval between samples, in tens of milliseconds. */ #define LOG_INTERVAL_10MS 1000 /* Type Defines: */ @@ -108,6 +108,6 @@ bool CALLBACK_HID_Device_CreateHIDReport(USB_ClassInfo_HID_Device_t* const HIDInterfaceInfo, uint8_t* const ReportID, const uint8_t ReportType, void* ReportData, uint16_t* ReportSize); void CALLBACK_HID_Device_ProcessHIDReport(USB_ClassInfo_HID_Device_t* const HIDInterfaceInfo, const uint8_t ReportID, - const void* ReportData, const uint16_t ReportSize); + const uint8_t ReportType, const void* ReportData, const uint16_t ReportSize); #endif