Skip to content

Commit

Permalink
update,tester,reinit
Browse files Browse the repository at this point in the history
  • Loading branch information
Forest-Rain committed Sep 14, 2021
1 parent 85cb32c commit 8b078ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lora-radio/include/lora-radio.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
#include <stdbool.h>

/* LoRa Radio software version number */
#define LORA_RADIO_SW_VERSION "1.4.2"
#define LORA_RADIO_SW_VERSION_NUM 0x10402
#define LORA_RADIO_SW_VERSION "1.4.3"
#define LORA_RADIO_SW_VERSION_NUM 0x10403

/*!
* Begins critical section
Expand Down
3 changes: 1 addition & 2 deletions samples/lora-radio-tester/lora-radio-tester.c
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,7 @@ static bool lora_radio_tester_init(void)
}
return true;
}
INIT_APP_EXPORT(lora_radio_tester_init);

//INIT_APP_EXPORT(lora_radio_tester_init);

static void radio_rx(void)
{
Expand Down

0 comments on commit 8b078ff

Please # to comment.