Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
purdeaandrei committed Jul 28, 2024
1 parent c3f191b commit 772fcd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions firmware/glasgow.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ enum {
#define PIND_OEQ_N_REVAB 7

#define CONCAT(a, b) a ## b
#define IO_A(number) CONCAT(PD, number)
#define IO_B(number) CONCAT(PD, number)
#define IO_A(number) CONCAT(PA, number)
#define IO_B(number) CONCAT(PB, number)
#define IO_D(number) CONCAT(PD, number)

#define IO_ALERT_N IO_A(PINA_ALERT_N)
Expand Down

0 comments on commit 772fcd8

Please sign in to comment.