diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2020-06-06 21:37:17 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2020-06-07 01:38:55 +0000 |
commit | 2434b6ca258e43e61e6493911c08a5778f25728e (patch) | |
tree | a616c10752502cf0b4a71169baa7ba0a0872c273 /firmware | |
parent | e4ee5980c6490c6e4c5cedb8b1b4c37443b1c35a (diff) |
misc: Remove all 'twiki' references in favor of up-to-date 'wiki' links.
(This migration happened over a decade ago!)
Change-Id: Ib396414a16f2d763e549af49e3f3b03047dab49c
Diffstat (limited to 'firmware')
-rw-r--r-- | firmware/export/config/iriverh100.h | 2 | ||||
-rw-r--r-- | firmware/export/config/iriverh120.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config/iriverh100.h b/firmware/export/config/iriverh100.h index ac314c5342..33d79cb194 100644 --- a/firmware/export/config/iriverh100.h +++ b/firmware/export/config/iriverh100.h @@ -136,7 +136,7 @@ /* define current usage levels */ #define CURRENT_NORMAL 80 /* 16h playback on 1300mAh battery */ -#define CURRENT_BACKLIGHT 23 /* from IriverBattery twiki page */ +#define CURRENT_BACKLIGHT 23 /* from IriverBattery wiki page */ #define CURRENT_SPDIF_OUT 10 /* optical SPDIF output on */ #define CURRENT_RECORD 105 /* additional current while recording */ #define CURRENT_REMOTE 8 /* additional current when remote connected */ diff --git a/firmware/export/config/iriverh120.h b/firmware/export/config/iriverh120.h index bf97ee3c09..2c3a67330a 100644 --- a/firmware/export/config/iriverh120.h +++ b/firmware/export/config/iriverh120.h @@ -141,7 +141,7 @@ /* define current usage levels */ #define CURRENT_NORMAL 80 /* 16h playback on 1300mAh battery */ -#define CURRENT_BACKLIGHT 23 /* from IriverBattery twiki page */ +#define CURRENT_BACKLIGHT 23 /* from IriverBattery wiki page */ #define CURRENT_SPDIF_OUT 10 /* optical SPDIF output on */ #define CURRENT_RECORD 105 /* additional current while recording */ #define CURRENT_REMOTE 8 /* additional current when remote connected */ |