modify webserver function using mongoose.a(compile using arm-none-eabi-gcc (15:6.3.1+svn253039-1build1) 6.3.1 20170620)

This commit is contained in:
Liu_Weichao
2023-12-13 14:30:40 +08:00
parent 9a97e9dd94
commit 9bc206fd0b
12 changed files with 97 additions and 23 deletions
@@ -303,7 +303,7 @@ static int GpioPinIndex(uint16_t pin)
int ret = 0;
for (; ret <= MAX_PIN_INDEX; ret++) { // ret must be 16-bit
if ((0x0001U << ret) & pin) {
KPrintf("the int pin is %d\n", ret);
// KPrintf("the int pin is %d\n", ret);
return ret;
}
};