keil/include/components/hal/pan_port.c
@@ -64,6 +64,7 @@
{
//    PORT_SetBits(PortA, Pin04);
    gpio_pin_set(LORA_CS);
//     gpio_pin_set(LORA_CS2);
}
/**
@@ -75,6 +76,7 @@
{
//    PORT_ResetBits(PortA, Pin04);
    gpio_pin_clr(LORA_CS);
//     gpio_pin_clr(LORA_CS2);
}
/**