Skip to content

Commit f2a26c8

Browse files
[SQUASH ME] increased one delay value so program works on stm32f0
1 parent 2f114f1 commit f2a26c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/nrf24l01p/include/nrf24l01p_settings.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ extern "C" {
3232

3333
#define DELAY_CS_TOGGLE_TICKS 2
3434
#define DELAY_AFTER_FUNC_TICKS 2
35-
#define DELAY_CE_HIGH_US HWTIMER_TICKS(15)
35+
#define DELAY_CE_HIGH_US HWTIMER_TICKS(20)
3636
#define DELAY_CHANGE_PWR_MODE_US HWTIMER_TICKS(1500)
3737
#define DELAY_CHANGE_TXRX_US HWTIMER_TICKS(130)
3838
#define DELAY_CE_START_US HWTIMER_TICKS(5)

0 commit comments

Comments
 (0)