Document the RP2040-specific PS/2 implementation (#22079)

Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
This commit is contained in:
Michael Büchler 2023-09-25 05:00:13 +02:00 committed by GitHub
parent c10a46aa43
commit 4d994458f0
Failed to generate hash of commit
2 changed files with 24 additions and 1 deletions

View file

@ -22,7 +22,7 @@
#endif
#if PS2_DATA_PIN + 1 != PS2_CLOCK_PIN
# error PS/2 Clock pin must be followed by data pin!
# error PS/2 clock pin must be data pin + 1!
#endif
static inline void pio_serve_interrupt(void);