-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsplint.h
27 lines (26 loc) · 901 Bytes
/
splint.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
// This file has been prepared for Doxygen automatic documentation generation.
/*! \file ********************************************************************
*
* Atmel Corporation
*
* - File : splint.h
* - Compiler : IAR EWAAVR 4.11a
*
* - Support mail : [email protected]
*
* - Supported devices : All devices with a UART/USART can be used.
* The example is written for ATmega128
*
* - AppNote : AVR323 - Interfacing GSM modems
*
* - Description : Example of how to use AT-Commands to control a GSM modem
*
* $Revision: 1.1 $
* $Date: Tuesday, November 08, 2005 12:26:20 UTC $
*****************************************************************************/
//SPLINT defines
#define sfrb unsigned int
#define sfrw unsigned int
#define __interrupt int
#define __intrinsic void
#define extended 1