Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1186 | savelij | 1 | ifndef __acm2inc |
2 | __acm2inc equ 1 |
||
3 | save |
||
4 | listing off ; no listing over this file |
||
5 | |||
6 | ;**************************************************************************** |
||
7 | ;* * |
||
8 | ;* AS 1.42 - File ACM.INC * |
||
9 | ;* * |
||
10 | ;* Contains Bit & Register Definitions for 2nd Gen ATmega Analog Comparator * |
||
11 | ;* * |
||
12 | ;**************************************************************************** |
||
13 | |||
14 | include "avr/ac90.inc" |
||
15 | |||
16 | AINBG avrbit ACSR,6 ; Bandgap Select |
||
17 | |||
18 | restore ; re-enable listing |
||
19 | |||
20 | endif ; __acm2inc |