fixing CI

This commit is contained in:
rusefi 2019-06-06 22:35:08 -04:00
parent c031252c75
commit f156cf6125
1 changed files with 2 additions and 1 deletions

View File

@ -268,10 +268,11 @@ void initMc33816() {
// ideally disable isSdCardEnabled since it's on SPI3
// uncomment this to hard-code something
/* fixing continues integration - hiding these values
CONFIG(mc33816_cs) = GPIOD_7;
CONFIG(mc33816_rstb) = GPIOD_5;
CONFIG(mc33816_driven) = GPIOD_6;
*/
// and more to add...
if (CONFIG(mc33816_cs) == GPIO_UNASSIGNED)
return;