Merge remote-tracking branch 'upstream/master' into develop

This commit is contained in:
Nick Brassel 2023-09-25 13:03:02 +10:00
commit c597731d1d
No known key found for this signature in database
4 changed files with 26 additions and 3 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);