diff options
author | Nadia Holmquist Pedersen <nadia@nhp.sh> | 2023-06-24 16:34:23 +0200 |
---|---|---|
committer | Nadia Holmquist Pedersen <nadia@nhp.sh> | 2023-06-24 16:34:23 +0200 |
commit | 4b32fb802c1e3e30bbdc1825828611d5a166b57f (patch) | |
tree | d60440394552ffa28c0c19ae343b20c39b75fd08 /src/Platform.h | |
parent | 74b166cba3560102359ff65924d60b8dfaf0dd27 (diff) |
actually rename that setting
Diffstat (limited to 'src/Platform.h')
-rw-r--r-- | src/Platform.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Platform.h b/src/Platform.h index e996dea..a4a492c 100644 --- a/src/Platform.h +++ b/src/Platform.h @@ -82,7 +82,7 @@ enum ConfigEntry Firm_Message, Firm_MAC, - AudioBitrate, + AudioBitDepth, }; int GetConfigInt(ConfigEntry entry); |