1、updata lora_radio_driver submodules;2、fix radio define error in connect_lora_spi.c;3、fix ticks calculation bug in timer_settime。

This commit is contained in:
Liu_Weichao
2023-03-21 15:16:12 +08:00
parent 0a71b8b62a
commit 08388f1b11
5 changed files with 8 additions and 7 deletions
@@ -22,7 +22,7 @@
static struct HardwareDev *g_spi_lora_dev;
static BusType buspin;
tRadioDriver *Radio = NONE;
static tRadioDriver *Radio = NONE;
void SX1276InitIo(void)
{
struct PinParam PinCfg;