commit | 701a5bdda51a8b2feddbb5e82a3ac3bbc6ce3fdd | [log] [tgz] |
---|---|---|
author | Tomasz Wasilczyk <twasilczyk@google.com> | Thu Aug 10 12:32:45 2017 -0700 |
committer | Tomasz Wasilczyk <twasilczyk@google.com> | Thu Aug 10 16:07:20 2017 -0700 |
tree | 06007e11e40c528ca5e85fb97f3b217b1ca7c6e7 | |
parent | cc1007af3350bd1a3c001da968a56655c7780cde [diff] [blame] |
Widen dummy band range to cover all regions. Bug: b/64115131 Test: VTS, instrumentation Change-Id: I34e9aac440a003226200243c835e6116ba7eae90
diff --git a/broadcastradio/1.1/default/BroadcastRadio.h b/broadcastradio/1.1/default/BroadcastRadio.h index 71e3be8..a96a2ab 100644 --- a/broadcastradio/1.1/default/BroadcastRadio.h +++ b/broadcastradio/1.1/default/BroadcastRadio.h
@@ -31,7 +31,7 @@ V1_0::Band type; uint32_t lowerLimit; // kHz uint32_t upperLimit; // kHz - uint32_t spacing; // kHz + std::vector<uint32_t> spacings; // kHz }; struct ModuleConfig {