Skip to content

Commit

Permalink
fix: use xtal
Browse files Browse the repository at this point in the history
  • Loading branch information
Gurkengewuerz committed Feb 13, 2024
1 parent 6008fdf commit 0075dc1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions customTargets/Common/hal/rx-mc8051-minidiy-g431cb.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@
#define SX_DIO_EXTI_IRQHandler EXTI3_IRQHandler
//#define SX_DIO_EXTI_IRQ_PRIORITY 11

#define SX_USE_CRYSTALOSCILLATOR

void sx_init_gpio(void)
{
gpio_init(SX_RESET, IO_MODE_OUTPUT_PP_HIGH, IO_SPEED_VERYFAST);
Expand Down

0 comments on commit 0075dc1

Please sign in to comment.