From 2addfe8c42c6bcdc0a15c751e2436447b73d03fe Mon Sep 17 00:00:00 2001 From: "ajmeyer@mit.edu" Date: Thu, 7 Jan 2010 03:31:35 +0000 Subject: Added a print class for USB, works identically to the Serial object. Bugs out if you try and pump more than 64 bytes through it in a single packet (which is really the OS's decision). This can be fixed git-svn-id: https://leaflabs.googlecode.com/svn/trunk/library@93 749a229e-a60e-11de-b98f-4500b42dc123 --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2dfcd45..b25a9b9 100644 --- a/Makefile +++ b/Makefile @@ -81,7 +81,8 @@ CSRC += $(STM32SRCS) CPPSRC = wiring/math.cpp \ wiring/Print.cpp \ wiring/comm/HardwareSerial.cpp \ - main.cpp + wiring/comm/HardwareUsb.cpp \ + example_main.cpp # i really have no idea what i'm doing meep += $(CSRC) -- cgit v1.2.3