UP
This commit is contained in:
@@ -5,6 +5,6 @@
|
||||
#ifndef HW_LIB_T_IIC_H
|
||||
#define HW_LIB_T_IIC_H
|
||||
|
||||
void Test_iic(void *pVoid);
|
||||
int Test_iic(void *pVoid);
|
||||
|
||||
#endif //HW_LIB_T_IIC_H
|
||||
|
@@ -28,7 +28,7 @@ uint8_t SDA_Read() {
|
||||
return l;
|
||||
}
|
||||
|
||||
void Test_iic(void *pVoid) {
|
||||
int Test_iic(void *pVoid) {
|
||||
SW_Dev_IIC dev = {
|
||||
.CLK_SET = CLK_Pin,
|
||||
.SDA_SET = SDA_Set,
|
||||
|
Reference in New Issue
Block a user