Skip to content

Commit

Permalink
firmware: tests: devices: Update SPI clock speed parameter for ttc test
Browse files Browse the repository at this point in the history
  • Loading branch information
c-porto committed May 11, 2024
1 parent 55487ef commit f8bc0dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions firmware/tests/devices/ttc_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@
#define TTC_0_SPI_PORT SPI_PORT_0
#define TTC_0_SPI_CS_PIN SPI_CS_0
#define TTC_0_SPI_MODE SPI_MODE_0
#define TTC_0_SPI_CLOCK_HZ 100000UL
#define TTC_0_SPI_CLOCK_HZ 1000000UL
#define TTC_0_ID SL_TTC2_RADIO_0

#define TTC_1_SPI_PORT SPI_PORT_0
#define TTC_1_SPI_CS_PIN SPI_CS_1
#define TTC_1_SPI_MODE SPI_MODE_0
#define TTC_1_SPI_CLOCK_HZ 100000UL
#define TTC_1_SPI_CLOCK_HZ 1000000UL
#define TTC_1_ID SL_TTC2_RADIO_1

unsigned int generate_random(unsigned int l, unsigned int r);
Expand Down

0 comments on commit f8bc0dd

Please sign in to comment.