Skip to content
Snippets Groups Projects
Commit a4eba199 authored by bbartels's avatar bbartels
Browse files

quad: change type signature from int to s32

parent a4a2a176
No related branches found
No related tags found
1 merge request!6Implement LIDAR functions
......@@ -19,7 +19,7 @@ XIicPs I2C0;
double magX_correction = -1, magY_correction, magZ_correction;
int XIicPs_MasterSendPolled_ours(XIicPs *InstancePtr, u8 *MsgPtr, int ByteCount, u16 SlaveAddr);
int XIicPs_SetupMaster(XIicPs *InstancePtr, int Role);
int TransmitFifoFill(XIicPs *InstancePtr);
s32 TransmitFifoFill(XIicPs *InstancePtr);
int iic0_init(){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment