diff options
author | Chris Robinson <[email protected]> | 2023-01-08 21:40:46 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2023-01-08 21:40:46 -0800 |
commit | d2cb6303388185b7830b2d79ffe3d0102ff03f10 (patch) | |
tree | 46622126e81294d27c3aae037ab1a0a822ee75b4 /core/device.h | |
parent | fb4300acdb4acf8588de04588fe8da50d6fd7cc3 (diff) |
Update a comment
Diffstat (limited to 'core/device.h')
-rw-r--r-- | core/device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/device.h b/core/device.h index 7d50c54d..80a59502 100644 --- a/core/device.h +++ b/core/device.h @@ -152,7 +152,7 @@ using AmbiRotateMatrix = std::array<std::array<float,MaxAmbiChannels>,MaxAmbiCha enum { // Frequency was requested by the app or config file FrequencyRequest, - // Channel configuration was requested by the config file + // Channel configuration was requested by the app or config file ChannelsRequest, // Sample type was requested by the config file SampleTypeRequest, |