Skip to content

Commit

Permalink
MCU_SN32
Browse files Browse the repository at this point in the history
  • Loading branch information
1Conan committed Sep 4, 2024
1 parent 3846da7 commit d0c3c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/bluetooth/iton_bt.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ uint8_t iton_bt_send_kb_last_key = 0x00;
const SPIConfig iton_bt_spicfg = {
.slave = true,
.data_cb = iton_bt_data_cb,
#if defined(SN32)
#if defined(MCU_SN32)
.ctrl0 = SPI_DATA_LENGTH(8),
#endif
};
Expand Down

0 comments on commit d0c3c07

Please sign in to comment.