Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56698
b: refs/heads/master
c: fc432e1
h: refs/heads/master
v: v3
  • Loading branch information
Mariusz Kozlowski authored and Russell King committed May 20, 2007
1 parent 7b8cbb2 commit 9df1229
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 69e9c93d0d7d9dfa6bdf5144274dbe65a627b63a
refs/heads/master: fc432e1952a3899ce35e84b417e5d60f74cb901b
2 changes: 1 addition & 1 deletion trunk/include/asm-arm/arch-at91/at91_adc.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
#define AT91_ADC_IDR 0x28 /* Interrupt Disable Register */
#define AT91_ADC_IMR 0x2C /* Interrupt Mask Register */

#define AT91_ADC_CHR(n) (0x30 + ((n) * 4) /* Channel Data Register N */
#define AT91_ADC_CHR(n) (0x30 + ((n) * 4)) /* Channel Data Register N */
#define AT91_ADC_DATA (0x3ff)

#endif

0 comments on commit 9df1229

Please sign in to comment.