Hi,
I am using yourMPU library for developing a motion application using MPU9250 with nRF52 SDK 14.2 on my custom_board.And in inv_mpu.c file, in int mpu_init(),in setup_compass(),mpu_set_bypass(1) is being called,as shown below,
int mpu_set_bypass(unsigned char bypass_on)
{
unsigned char tmp;