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
↧