Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166164
b: refs/heads/master
c: 62f589c
h: refs/heads/master
v: v3
  • Loading branch information
Stoyan Gaydarov authored and Jesper Nilsson committed Sep 1, 2009
1 parent f4c185d commit 2703892
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 0395ac6447c05e9393d4f8187ea6588b9d1daeb7
refs/heads/master: 62f589c5e391dc2081db42e801382304c652e43a
2 changes: 1 addition & 1 deletion trunk/arch/cris/arch-v32/mach-a3/io.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ struct crisv32_ioport crisv32_ioports[] = {
},
};

#define NBR_OF_PORTS sizeof(crisv32_ioports)/sizeof(struct crisv32_ioport)
#define NBR_OF_PORTS ARRAY_SIZE(crisv32_ioports)

struct crisv32_iopin crisv32_led_net0_green;
struct crisv32_iopin crisv32_led_net0_red;
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/cris/arch-v32/mach-fs/io.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ struct crisv32_ioport crisv32_ioports[] = {
}
};

#define NBR_OF_PORTS sizeof(crisv32_ioports)/sizeof(struct crisv32_ioport)
#define NBR_OF_PORTS ARRAY_SIZE(crisv32_ioports)

struct crisv32_iopin crisv32_led_net0_green;
struct crisv32_iopin crisv32_led_net0_red;
Expand Down

0 comments on commit 2703892

Please sign in to comment.