Skip to content

Commit

Permalink
revert changes to hal.h for targets Taranis and Horus. The necessary …
Browse files Browse the repository at this point in the history
…changes to get soft serial working are handled in PR #3329
  • Loading branch information
mha1 committed Mar 23, 2023
1 parent fea52d5 commit cd74ce8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion radio/src/targets/horus/hal.h
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@
// TELEMETRY_EXTI IRQ
#if !defined(USE_EXTI9_5_IRQ)
#define USE_EXTI9_5_IRQ
#define EXTI9_5_IRQ_Priority 0
#define EXTI9_5_IRQ_Priority 5
#endif

#define TELEMETRY_TIMER TIM11
Expand Down
2 changes: 1 addition & 1 deletion radio/src/targets/taranis/hal.h
Original file line number Diff line number Diff line change
Expand Up @@ -1962,7 +1962,7 @@
// TELEMETRY_EXTI IRQ
#if !defined(USE_EXTI9_5_IRQ)
#define USE_EXTI9_5_IRQ
#define EXTI9_5_IRQ_Priority 0
#define EXTI9_5_IRQ_Priority 5
#endif

#define TELEMETRY_TIMER TIM11
Expand Down

0 comments on commit cd74ce8

Please sign in to comment.