summaryrefslogtreecommitdiff
path: root/bsp/radio-controller-1/Inc/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsp/radio-controller-1/Inc/main.h')
-rw-r--r--bsp/radio-controller-1/Inc/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsp/radio-controller-1/Inc/main.h b/bsp/radio-controller-1/Inc/main.h
index be96275..89bca50 100644
--- a/bsp/radio-controller-1/Inc/main.h
+++ b/bsp/radio-controller-1/Inc/main.h
@@ -49,7 +49,7 @@
/* USER CODE END Includes */
/* Private define ------------------------------------------------------------*/
-#define RX_TIMER_PRESCALER (7200 - 1)
+#define RADIO_RX_TIMER_PRESCALER (72000000/200000 - 1)
#define RADIO_RX_Pin GPIO_PIN_8
#define RADIO_RX_GPIO_Port GPIOA