cancel
Showing results for 
Search instead for 
Did you mean: 

BUG: CubeMX Code Generation (6.15.0) ST_Cryptolib

hga3
Visitor

Missing pre-processor symbol check in file "Middlewares/ST/ST_Cryptolib/Inc/Commonn/types.h"

current line 49:

#if !defined(_STDINT_H) && !defined(__stdint_h) && !defined(_STDINT) 

new line 49:

#if !defined(_STDINT_H) && !defined(__stdint_h) && !defined(_STDINT) && !defined(_GCC_STDINT_H)

To solve this bug add ``&& !defined(_GCC_STDINT_H)`` on line 49.

 

Cheers,

Andreas

0 REPLIES 0