1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-10-01 12:59:26 +03:00

Fix typo and make "make dfu" work again.

- fw/atspi/atspi.c: fixed typo in title
- fw/atspi/Makefile: added ../include to include path for usb-ids.h
This commit is contained in:
Werner Almesberger 2010-08-20 15:11:41 -03:00
parent bb4b07f86a
commit bf74a0348b
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ LDFLAGS += --code-size $(PAYLOAD_SIZE) --code-loc $(PAYLOAD_START)
USB_ID = $(shell \
( echo '\#include "config.h"'; echo USB_VENDOR:USB_PRODUCT; ) | \
cpp -I../common | sed '/^ *$$/d;/^\#/d' )
cpp -I../common -I../include | sed '/^ *$$/d;/^\#/d' )
.PHONY: dfu

View File

@ -1,5 +1,5 @@
/*
* atspi/atspi.c - ATSPIinitialization and main loop
* atspi/atspi.c - ATSPI initialization and main loop
*
* Written 2008-2010 by Werner Almesberger
* Copyright 2008-2010 Werner Almesberger