diff options
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, |