led.c(32): warning C235: parameter 3: different typesled.c(32): warning C235: parameter 2: different typesled.c(32): warning C235: parameter 1: different types求解答!
调用函数的参数类型和函数声明的类型不匹配,然而可以自动转换,所以只给了个警告,如果无法转换就会报错了