diff options
author | Keith Packard <keithp@keithp.com> | 2013-04-28 00:42:31 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-02-08 22:03:18 -0800 |
commit | e3d23fff55db1768c8b2cd1ae40dcf68f69725e6 (patch) | |
tree | 5112a24b13c0811881d452b3a961912449191ac9 | |
parent | de537ffd094f39cf5dbf233fd087533466bcb0d3 (diff) |
altos/fox: update product name to show v2, enable watchdog by default
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | src/fox1ihu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fox1ihu/Makefile b/src/fox1ihu/Makefile index aa5c6b4a..d80cb7af 100644 --- a/src/fox1ihu/Makefile +++ b/src/fox1ihu/Makefile @@ -54,7 +54,7 @@ ALTOS_SRC = \ ao_fat.c \ ao_watchdog.c -PRODUCT=Fox1IHU-v1 +PRODUCT=Fox1IHU-v2 PRODUCT_DEF=-DFOX IDPRODUCT=0x0024 |