diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2011-01-30 22:42:24 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2011-01-30 22:42:24 +0000 |
| commit | d8fede4957cad38e889bc30edbc07bd19dd8fc06 (patch) | |
| tree | de67e62d46661d380ea2767fb24600adc2875f7d /Demos | |
| parent | 13b277cfcbcd1b72a99e1cd935b00e2adb784a01 (diff) | |
Oops - fix up some calls to the old function names, include Serial Peripheral driver in the RNDISEthernetHost project.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1648 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos')
| -rw-r--r-- | Demos/Host/ClassDriver/RNDISEthernetHost/RNDISEthernetHost.h | 1 | ||||
| -rw-r--r-- | Demos/Host/LowLevel/MassStorageHost/MassStorageHost.c | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Demos/Host/ClassDriver/RNDISEthernetHost/RNDISEthernetHost.h b/Demos/Host/ClassDriver/RNDISEthernetHost/RNDISEthernetHost.h index e9496a5c..f0ee5639 100644 --- a/Demos/Host/ClassDriver/RNDISEthernetHost/RNDISEthernetHost.h +++ b/Demos/Host/ClassDriver/RNDISEthernetHost/RNDISEthernetHost.h @@ -46,6 +46,7 @@ #include <LUFA/Version.h> #include <LUFA/Drivers/Misc/TerminalCodes.h> + #include <LUFA/Drivers/Peripheral/Serial.h> #include <LUFA/Drivers/Board/LEDs.h> #include <LUFA/Drivers/USB/USB.h> diff --git a/Demos/Host/LowLevel/MassStorageHost/MassStorageHost.c b/Demos/Host/LowLevel/MassStorageHost/MassStorageHost.c index 5030b85c..145dd32a 100644 --- a/Demos/Host/LowLevel/MassStorageHost/MassStorageHost.c +++ b/Demos/Host/LowLevel/MassStorageHost/MassStorageHost.c @@ -241,7 +241,7 @@ void MassStorage_Task(void) for (;;) { - Serial_TxByte('.'); + Serial_SendByte('.'); /* Abort if device removed */ if (USB_HostState == HOST_STATE_Unattached) |
