No use case understood for NotConnected, so hiding it for now
This commit is contained in:
parent
617a976e96
commit
25d6a2cd13
1 changed files with 1 additions and 2 deletions
|
@ -259,8 +259,7 @@ macro_rules! negative_pin_mappings {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Represents an unconnected pin
|
struct NotConnected {}
|
||||||
pub struct NotConnected {}
|
|
||||||
|
|
||||||
impl PositivePin for NotConnected {
|
impl PositivePin for NotConnected {
|
||||||
fn channel(&self) -> PositiveChannel {
|
fn channel(&self) -> PositiveChannel {
|
||||||
|
|
Loading…
Reference in a new issue