Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Remove unused constant
Browse files Browse the repository at this point in the history
  • Loading branch information
orzel committed Feb 3, 2022
1 parent 2ef5a69 commit 50ad078
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/hal/default.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
*/

// alias for relay and buzzer outputs, using relay to drive led for indication of main loop status
#define RELAY P1_4
#define BUZZER P1_5
#define BUZZER_ON BUZZER = 0
#define BUZZER_OFF BUZZER = 1
Expand Down
1 change: 0 additions & 1 deletion src/hal/modelc.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
*/

// alias for relay and buzzer outputs, using relay to drive led for indication of main loop status
#define RELAY
#define BUZZER P3_3
#define BUZZER_ON BUZZER = 0
#define BUZZER_OFF BUZZER = 1
Expand Down

0 comments on commit 50ad078

Please sign in to comment.