1
0
mirror of git://projects.qi-hardware.com/cae-tools.git synced 2024-12-22 23:26:27 +02:00

cameo/excellon.c: increased MAX_TOOL from 10 to 20

This commit is contained in:
Werner Almesberger 2011-09-01 12:03:32 -03:00
parent 98b0e961ae
commit 41bffa8f79

View File

@ -1,8 +1,8 @@
/*
* excellon.c - KiCad drill file input
*
* Written 2010 by Werner Almesberger
* Copyright 2010 Werner Almesberger
* Written 2010-2011 by Werner Almesberger
* Copyright 2010-2011 Werner Almesberger
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -30,7 +30,7 @@
#include "excellon.h"
#define MAX_TOOL 10
#define MAX_TOOL 20
static double tool_d[MAX_TOOL+1];