CF/BF - Fix AK8963 mag broken by
commit3f557e98428dac4d2a36d81098c0eaa867de2633
authorHydra <dominic.clifton@cleanflight.com>
Sun, 2 Apr 2017 15:26:58 +0000 (2 16:26 +0100)
committerDominic Clifton <dominic.clifton@cleanflight.com>
Sun, 2 Apr 2017 15:30:07 +0000 (2 16:30 +0100)
treec90ac47923b5f3f36fdb590a2378b99894f23b97
parent4381d837e38924e5938ae7dd403019bf44f084b8
CF/BF - Fix AK8963 mag broken by
60c2b812d1113818948e9983bd5fb10053970f16.

I think the cause of the broken commit was a search/replace failure
since SPI WRITES were replaced with I2C WRITES to a NULL I2C device.

This is a quick hack to get things working again, no-doubt @martinbudden
will want to inspect the changes and make appropriate changes.
src/main/drivers/compass_ak8963.c