This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git

commit 4f8b979855e2c5bdd5aeccfe1f2f8bf5c460a0fb
Author: raiden00pl <[email protected]>
AuthorDate: Sat Jul 22 14:36:00 2023 +0200

    include/nuttx/wireless/lte/lte.h: increase bb_product length
---
 include/nuttx/wireless/lte/lte.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/nuttx/wireless/lte/lte.h b/include/nuttx/wireless/lte/lte.h
index a279b0ca6d..8d0d1cc266 100644
--- a/include/nuttx/wireless/lte/lte.h
+++ b/include/nuttx/wireless/lte/lte.h
@@ -189,7 +189,7 @@
 
 /* Length of character string for BB product */
 
-#define LTE_VER_BB_PRODUCT_LEN (5)
+#define LTE_VER_BB_PRODUCT_LEN (32)
 
 /* Length of character string for NP package */
 

Reply via email to