Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API typos #1

Open
dikdom opened this issue Aug 2, 2022 · 0 comments
Open

API typos #1

dikdom opened this issue Aug 2, 2022 · 0 comments

Comments

@dikdom
Copy link

dikdom commented Aug 2, 2022

So far I have found 2 typos in the v2.0.9 SDK. Could you fix them/report them to Artery?
1.

typedef enum
{
  EXINT_LINE_INTERRUPUT                  = 0x00, /*!< external interrupt line interrupt mode */
  EXINT_LINE_EVENT                       = 0x01  /*!< external interrupt line event mode */
} exint_line_mode_type;

EXINT_LINE_INTERRUPUT is mistyped for sure (correctly: EXINT_LINE_INTERRUPT)

void gpio_port_wirte(gpio_type *gpio_x, uint16_t port_value)
{
...

gpio_port_wirte is also mistyped (correctly: gpio_port_write)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant