Skip to main content
YBAYR.1
Associate III
May 10, 2023
Question

I am having a problem with uart communication. I am using controllerstech.com ringbuffes.c/.h file

  • May 10, 2023
  • 2 replies
  • 1350 views

I put my project in the attachment, please help.

"implicit declaration of function 'Ringbuf_init' [-Wimplicit-function-declaration]"
_legacyfs_online_stmicro_images_0693W00000bjmhGQAQ.png

    This topic has been closed for replies.

    2 replies

    Tesla DeLorean
    Guru
    May 10, 2023

    This isn't a controllerstech.com support forum.

    Error suggests you're missing an include file defining the interface expectations of the function

    Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
    YBAYR.1
    YBAYR.1Author
    Associate III
    May 10, 2023

    you are right. Thank you.