You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2019/10/21 20:57:31 UTC

[GitHub] [mynewt-core] nkaje opened a new pull request #2060: console: Fix typo

nkaje opened a new pull request #2060: console: Fix typo
URL: https://github.com/apache/mynewt-core/pull/2060
 
 
   Fix typo that led to the following error:
   
   ```
   repos/apache-mynewt-core/sys/console/minimal/src/console.c:135:19:
   error: 'promot' undeclared (first use in this function); did you mean 'prompt'?
        console_write(promot, strlen(prompt));
   ```
   
   Signed-off-by: Naveen Kaje <na...@juul.com>

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services