summaryrefslogtreecommitdiffhomepage
path: root/digital/avr/modules/path/test/avrconfig.h
diff options
context:
space:
mode:
authorNicolas Schodet2009-08-18 02:08:37 +0200
committerNicolas Schodet2009-08-18 02:08:37 +0200
commit6ed931bd5a6978bf69303d4eb69eab406983fbf1 (patch)
tree926babafa374487f3f626f4d271a15465e745d28 /digital/avr/modules/path/test/avrconfig.h
parent3c8372708ae4c9676c7102358b6858117dae2c78 (diff)
* digital/avr/modules/path/test:
- add obstacle button.
Diffstat (limited to 'digital/avr/modules/path/test/avrconfig.h')
-rw-r--r--digital/avr/modules/path/test/avrconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/digital/avr/modules/path/test/avrconfig.h b/digital/avr/modules/path/test/avrconfig.h
index 476fee86..8da6dbc6 100644
--- a/digital/avr/modules/path/test/avrconfig.h
+++ b/digital/avr/modules/path/test/avrconfig.h
@@ -31,7 +31,7 @@
/** Report function name. */
#define AC_PATH_REPORT_CALLBACK path_report
/** Number of possible obstacles. */
-#define AC_PATH_OBSTACLES_NB 2
+#define AC_PATH_OBSTACLES_NB 10
/** Number of points per obstacle. */
#define AC_PATH_OBSTACLES_POINTS_NB 8