L9779WD driver L9779 #3768

This commit is contained in:
rusefillc 2023-03-04 20:32:22 -05:00
parent b9bc6a5012
commit 180ae9b593
1 changed files with 5 additions and 2 deletions

View File

@ -349,10 +349,13 @@ void startSmartCsPins() {
drv8860Cs.setValue(true);
#endif /* BOARD_DRV8860_COUNT */
#if (BOARD_MC33810_COUNT > 0)
/* none of official boards has this IC */
// todo: no official boards have this IC yet
#endif /* (BOARD_MC33810_COUNT > 0) */
#if (BOARD_TLE9104_COUNT > 0)
// No official boards have this IC
// todo: no official boards have this IC yet
#endif
#if (BOARD_L9779_COUNT > 0)
// todo: no official boards have this IC yet
#endif
}