@@ -0,0 +1,7 @@
+@echo off
+setlocal
+
+:: 假设你已经处于正确的Git仓库目录中
+:: 添加所有更改到暂存区
+git push -f --set-upstream origin master:master
@@ -252,7 +252,7 @@ void myRadio_gpio_init(RADIO_GPIO_CALLBACK cb)
}
uint8_t myRadioSpi_rwByte(uint8_t byteToWrite)
{
- uint16_t i;
+ uint16_t i = 0;
uint8_t temp;
temp = 0;
#if defined(SPI_HARD)