Skip to content

Commit 9cb35bc

Browse files
committed
added returns to functions
1 parent f46b97c commit 9cb35bc

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/util/arduino_mpu9250_log.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ void logString(char * string)
3434

3535
int _MLPrintLog (int priority, const char* tag, const char* fmt, ...)
3636
{
37+
return 0;
3738
}
3839

3940
void eMPL_send_quat(long *quat)

src/util/inv_mpu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
#define log_e _MLPrintLog
4949
static inline int reg_int_cb(struct int_param_s *int_param)
5050
{
51-
51+
return 0;
5252
}
5353

5454
#if !defined MPU6050 && !defined MPU9150 && !defined MPU6500 && !defined MPU9250

0 commit comments

Comments
 (0)