]> git.pld-linux.org Git - packages/crossavr-libc.git/blob - 507-avr-libc-avrtc570.patch
- cleanup, use arch*dir macros, release 5 (x32 rebuild)
[packages/crossavr-libc.git] / 507-avr-libc-avrtc570.patch
1 diff -Naurp include/avr/iom16hvb.h include/avr/iom16hvb.h
2 --- include/avr/iom16hvb.h      2011-12-29 14:21:49.000000000 +0530
3 +++ include/avr/iom16hvb.h      2012-08-13 15:23:58.000000000 +0530
4 @@ -970,10 +970,10 @@
5  #define VREF_PIN   PINVREF
6  #define VREF_BIT   VREF
7  
8 -#define VREF_DDR   DDRVREFGND
9 -#define VREF_PORT  PORTVREFGND
10 -#define VREF_PIN   PINVREFGND
11 -#define VREF_BIT   VREFGND
12 +#define VREFGND_DDR   DDRVREFGND
13 +#define VREFGND_PORT  PORTVREFGND
14 +#define VREFGND_PIN   PINVREFGND
15 +#define VREFGND_BIT   VREFGND
16  
17  #define PI_DDR   DDRI
18  #define PI_PORT  PORTI
19 diff -Naurp include/avr/iom32hvb.h include/avr/iom32hvb.h
20 --- include/avr/iom32hvb.h      2011-12-29 14:21:49.000000000 +0530
21 +++ include/avr/iom32hvb.h      2012-08-13 15:26:48.000000000 +0530
22 @@ -970,10 +970,10 @@
23  #define VREF_PIN   PINVREF
24  #define VREF_BIT   VREF
25  
26 -#define VREF_DDR   DDRVREFGND
27 -#define VREF_PORT  PORTVREFGND
28 -#define VREF_PIN   PINVREFGND
29 -#define VREF_BIT   VREFGND
30 +#define VREFGND_DDR   DDRVREFGND
31 +#define VREFGND_PORT  PORTVREFGND
32 +#define VREFGND_PIN   PINVREFGND
33 +#define VREFGND_BIT   VREFGND
34  
35  #define PI_DDR   DDRI
36  #define PI_PORT  PORTI
This page took 0.206729 seconds and 4 git commands to generate.