You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/10/24 13:27:31 UTC

[GitHub] [incubator-nuttx] SPRESENSE commented on a diff in pull request #7410: boards: spresense: enable lte modem

SPRESENSE commented on code in PR #7410:
URL: https://github.com/apache/incubator-nuttx/pull/7410#discussion_r1003311458


##########
boards/arm/cxd56xx/spresense/include/cxd56_alt1250.h:
##########
@@ -46,47 +46,57 @@ extern "C"
  * Public Function Prototypes
  ****************************************************************************/
 
-#if defined(CONFIG_MODEM_ALTMDM)
+#if defined(CONFIG_MODEM_ALT1250)
 
 /****************************************************************************
- * Name: board_altmdm_initialize
+ * Name: board_alt1250_initialize
  *
  * Description:
  *   Initialize Altair modem
  *
  ****************************************************************************/
 
-int board_altmdm_initialize(const char *devpath);
+int board_alt1250_initialize(FAR const char *devpath);

Review Comment:
   ```suggestion
   int board_alt1250_initialize(const char *devpath);
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org