Where are the standard ints defined?
I am a newbie for this IDE and compiled my first flashing LED program. However I had to typedef the standard ints (uint16_t and uint32_t) before the includes “stm32l1xx.h” and “stm32l1xx_nucleo.h” that were in the templete .c before it would compile.
I tried adding “stdint.h” but that didnt work either. Where are these definitions and why arent they included to in the default .h’s
Thanks for any replies
Robert