mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-05 08:51:54 +02:00
b41076135c
The SMT fab was looking there for the positions (alas, in vain). Seems as good a place as any. - atusb.brd: bumped file version to 20110607 (didn't change the version printed on the layout since the layout itself didn't change) - atusb.brd: changed fiducials from "virtual" to "normal+insert", to include them in the position report - atusb.brd: renamed the fiducials to give them unique names - Makefile: bumped fab files version to 20110607
11 lines
165 B
Makefile
11 lines
165 B
Makefile
NAME = atusb
|
|
VERSION = 110607
|
|
|
|
include ../makefiles/Makefile.kicad
|
|
|
|
cptx:
|
|
$(CPTX) -i $(NAME).brd 0 47000 48100 21 46811 40591
|
|
|
|
spotless::
|
|
rm -f atrf.bak usb.bak
|