Quantcast
Channel: Keil Discussion Forum RSS Feed
Viewing all articles
Browse latest Browse all 3049

None: how to fix error C202: 'PINC': undefined identifier (2 Replies)

$
0
0
i have this code for gps/gsm based tracking system. when i start building target it gives this error. help me to fix this error, thank you, my code is this: //GPS Vehicle tracker #define F_CPU 12000000 //12Mhz #include <avr/io.h> //Header file for AVR device specific I/O Definitions. #include <avr/pgmspace.h> //Header file for incorporating program space string utilities. #include <util/delay.h> //Header file

Viewing all articles
Browse latest Browse all 3049

Trending Articles