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 2022/04/22 14:58:28 UTC

[GitHub] [mynewt-core] kasjer opened a new pull request, #2822: bsp/hifive1: Add missing include

kasjer opened a new pull request, #2822:
URL: https://github.com/apache/mynewt-core/pull/2822

   bsp.h use uint8_t without including stdint.h.
   For most cases it will work since bsp.h is likely to be
   included later then some other headers.
   If it is first include file compilation will fail:
   Error: In file included from repos/apache-mynewt-core/apps/slinky/src/led.c:22:
   repos/apache-mynewt-core/hw/bsp/hifive1/include/bsp/bsp.h:121:8: error: unknown type name 'uint8_t'
    extern uint8_t _ram_start;
   
   Now required header is explicitly included.


-- 
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@mynewt.apache.org

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


[GitHub] [mynewt-core] kasjer merged pull request #2822: bsp/hifive1: Add missing include

Posted by GitBox <gi...@apache.org>.
kasjer merged PR #2822:
URL: https://github.com/apache/mynewt-core/pull/2822


-- 
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@mynewt.apache.org

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