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