Skip to content

Typo in method name and inconsistance between traits #360

@pythcoiner

Description

@pythcoiner

Typo in configure_intter(r)upt()
_____________________ ^ __ ^

fn configure_intterupt(&mut self, event: Event, enable: bool) {

Also signatures are non consistent between dma::Channel and serial::Serial:

pub fn configure_interrupt(&mut self, event: Event, enable: impl Into<Switch>) {

I can PR if you think it worth a breaking change on dma::Channel ....

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions