diff options
author | Bdale Garbee <bdale@gag.com> | 2013-01-23 21:45:28 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2018-04-26 19:33:48 -0700 |
commit | fbf01178e560d8a36916e295d7bdb0b0e98d2b02 (patch) | |
tree | c2265fc8bfd15095f31b9147b013925a52990f70 /src | |
parent | 23ba75c3c2ddde65dc543b52cd87b8a1433c5024 (diff) |
altos/fox: rename fox product
It's Fox1IHU-v1 now
Diffstat (limited to 'src')
-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 f76633aa..714a308b 100644 --- a/src/fox1ihu/Makefile +++ b/src/fox1ihu/Makefile @@ -43,7 +43,7 @@ ALTOS_SRC = \ ao_adc_stm.c \ ao_data.c -PRODUCT=Fox1IHH-v0.1 +PRODUCT=Fox1IHU-v1 PRODUCT_DEF=-DFOX IDPRODUCT=0x0024 |