Hi,
I am using keil uVision4. When i compile a keil project for STM32F10x controller it is showing the error :-error : Unknown type name "uint8_t" .In my project files the header "stdint.h" is not included. After including the header the error disappears. I would like to know is it possible to include the header to all files in the project with out using the "#include<stdint.h>" statement. By using compiler flags or something like that. So that i can avoid including the header to all the files.
Thanks and regards, Shiju
If you're so lazy you could just include the include file into a header file that is included in all files included in your project.
Thank you for the valuable suggestion.I am not lazy to include the files. Really wish to know if it is possible to include the header in some other way. Something like defining it in the preprocessor symbols.
View all questions in Keil forum