diff options
author | Mike Cailean <mcailean@codeaurora.org> | 2021-06-10 16:10:59 -0700 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2021-07-12 04:34:17 -0700 |
commit | d7e0299494a1c46f84c91962372e855626870ab4 (patch) | |
tree | d0c952d82c9dfaecd7a95bd7ffddcb34ec3cc8bc | |
parent | db4c55e4becbe562f045101b98d45d9bf644508a (diff) |
Comment out ANTENNA_INFO_VECTOR_SIZE by default
The values provided in gnss_antenna_info.conf are
for illustration purpose only and should not be
used in production
Change-Id: I29afd24893e95b918126c4dc7b94e064b39920b7
CRs-fixed: 2967039
-rw-r--r-- | etc/gnss_antenna_info.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/gnss_antenna_info.conf b/etc/gnss_antenna_info.conf index 79a2aef..e037daa 100644 --- a/etc/gnss_antenna_info.conf +++ b/etc/gnss_antenna_info.conf @@ -80,7 +80,8 @@ # NUMBER_OF_ROWS_SGC_ and NUMBER_OF_COLUMNS_SGC_ represent the number of # rows/columns for signal gain corrections -ANTENNA_INFO_VECTOR_SIZE = 2 +# ANTENNA_INFO_VECTOR_SIZE must be non zero if antenna corrections are sent +# ANTENNA_INFO_VECTOR_SIZE = 2 CARRIER_FREQUENCY_0 = 1575.42 |