diff options
author | Keith Packard <keithp@keithp.com> | 2013-04-28 00:42:31 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2018-04-26 19:33:48 -0700 |
commit | ca58096665fc1a11ca5683f0e6aafaf3e153af37 (patch) | |
tree | aec95c5d54598dd721dfd296591a1405a70d4acf | |
parent | e79202f95f0e5b4a01da31d3742a775bea62cc92 (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 |