Skip to main content
Explorer II
April 20, 2020
Question

File stm32xxxx_hal_conf.h non-homogeneity

  • April 20, 2020
  • 1 reply
  • 554 views

in stm32xxxx_hal_conf.h files there is the declaration of assert_failed()

F4: void assert_failed(uint8_t* file, uint32_t line);

H7:void assert_failed(uint8_t* file, uint32_t line);

L4: void assert_failed(char* file, uint32_t line);

Its not the same prototype in all conf files.

This causes warnings when compiling my portable codes.

Pity.

    This topic has been closed for replies.

    1 reply

    Visitor II
    April 20, 2020

    Hello @Nikita91​ 

    Thanks for your feedback, issue confirmed,

    it will be internally fixed.

    Best regards,

    Nesrine