From 70d55f6e0ca1f262bd8811ad8d4149e33125819a Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Thu, 13 Jan 2011 22:56:49 +0000 Subject: Added new high level TWI packet read/write commands, altered behaviour of the TWI_StartTransmission() function. Spell check source code files. --- Demos/Device/Incomplete/TestAndMeasurement/TestAndMeasurement.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Demos/Device/Incomplete/TestAndMeasurement') diff --git a/Demos/Device/Incomplete/TestAndMeasurement/TestAndMeasurement.c b/Demos/Device/Incomplete/TestAndMeasurement/TestAndMeasurement.c index 3c5cf47d5..a2f3cca86 100644 --- a/Demos/Device/Incomplete/TestAndMeasurement/TestAndMeasurement.c +++ b/Demos/Device/Incomplete/TestAndMeasurement/TestAndMeasurement.c @@ -64,7 +64,7 @@ bool IsTMCBulkOUTReset = false; /** Last used tag value for data transfers */ uint8_t CurrentTransferTag = 0; -/** Length of last data transfer, for reporting to the host in case an in-progress tranfer is aborted */ +/** Length of last data transfer, for reporting to the host in case an in-progress transfer is aborted */ uint32_t LastTransferLength = 0; /** Main program entry point. This routine contains the overall program flow, including initial -- cgit v1.2.3