mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-22 19:20:41 +02: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:
parent
bb4b07f86a
commit
bf74a0348b
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user