auto-sync

This commit is contained in:
rusEfi 2015-01-09 23:03:46 -06:00
parent cb7a852dbe
commit 6d2dcb9845
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
/**
* @file mpu_util.cpp
*
* @date Jan 9, 2015
* @author Andrey Belomutskiy, (c) 2012-2014
*/
#include "mpu_util.h"
void initSpiCs(SPIConfig *spiConfig, brain_pin_e csPin) {
}