Skip to content
This repository was archived by the owner on Jul 6, 2019. It is now read-only.

Commit 3cb1abc

Browse files
committed
Merge pull request #55 from bharrisau/issue-51-2
Change deriving Eq target of gpio.rs. Fixes #51.
2 parents fe2f3ec + 059b698 commit 3cb1abc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hal/gpio.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pub enum Direction {
2929
Out,
3030
}
3131

32-
#[deriving(Eq)]
32+
#[deriving(PartialEq)]
3333
pub enum Level {
3434
Low,
3535
High,

0 commit comments

Comments
 (0)