mirror of
https://github.com/huuck/FlipperZeroNRFJammer.git
synced 2026-07-28 01:18:10 -07:00
improvements regarding the crash, added ability to load custom file
This commit is contained in:
+2
-1
@@ -52,7 +52,8 @@ extern "C" {
|
||||
|
||||
#define nrf24_TIMEOUT 500
|
||||
#define nrf24_CE_PIN &gpio_ext_pb2
|
||||
#define nrf24_HANDLE &furi_hal_spi_bus_handle_external
|
||||
// FuriHalSpiBusHandle* nrf24_HANDLE = (FuriHalSpiBusHandle*) &furi_hal_spi_bus_handle_external;
|
||||
#define nrf24_HANDLE (FuriHalSpiBusHandle*) &furi_hal_spi_bus_handle_external
|
||||
|
||||
void nrf24_spi_trx(
|
||||
FuriHalSpiBusHandle* handle,
|
||||
|
||||
Reference in New Issue
Block a user