diff options
| author | Szymon Dziok <b0hoon@o2.pl> | 2016-03-13 20:50:45 +0100 |
|---|---|---|
| committer | Szymon Dziok <b0hoon@o2.pl> | 2016-03-13 20:51:39 +0100 |
| commit | e0a4dc511387af855ceea72b7839177b85581b51 (patch) | |
| tree | 801936a5c783f70bd7c69582632e5667392eef18 | |
| parent | 164f50b60c84b7ab89e01d107e4d58c2598b4bbe (diff) | |
| download | rockbox-e0a4dc511387af855ceea72b7839177b85581b51.zip rockbox-e0a4dc511387af855ceea72b7839177b85581b51.tar.gz rockbox-e0a4dc511387af855ceea72b7839177b85581b51.tar.bz2 rockbox-e0a4dc511387af855ceea72b7839177b85581b51.tar.xz | |
HDD63X0: add a note about poweroff while charging to the config file.
Change-Id: I1e523dd3ddc5ddf198302cdb69cc90ad79df0563
| -rw-r--r-- | firmware/export/config/gogearhdd6330.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config/gogearhdd6330.h b/firmware/export/config/gogearhdd6330.h index b250de8..3f89240 100644 --- a/firmware/export/config/gogearhdd6330.h +++ b/firmware/export/config/gogearhdd6330.h @@ -160,6 +160,8 @@ #define CONFIG_I2C I2C_PP5020 /* define this if the hardware can be powered off while charging */ +/* It doesn't make sense because original bootloader starts the DAP + right after */ /* #define HAVE_POWEROFF_WHILE_CHARGING */ /* The start address index for ROM builds */ |