only:typo?

This commit is contained in:
rusefi 2023-11-22 21:19:14 -05:00
parent 2dd2a6f42e
commit 27051ade0c
4 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,7 @@
#define MC33810_OUTPUTS 8
#define MC33810_DIRECT_OUTPUTS 8
/* DOTO: add irq support */
/* TODO: add irq support */
#define MC33810_POLL_INTERVAL_MS 100
struct mc33810_config {

View File

@ -418,7 +418,7 @@ int mc33972_add(brain_pin_e base, unsigned int index, const struct mc33972_confi
return -1;
/* check for valid cs.
* DOTO: remove this check? CS can be driven by SPI */
* TODO: remove this check? CS can be driven by SPI */
if (!cfg->spi_config.ssport) {
return -1;
}

View File

@ -14,7 +14,7 @@
#define MC33972_INPUTS 22
/* DOTO: add irq support */
/* TODO: add irq support */
#define MC33972_POLL_INTERVAL_MS 100
struct mc33972_config {

View File

@ -15,7 +15,7 @@
#define TLE6240_OUTPUTS 16
#define TLE6240_DIRECT_OUTPUTS 8
/* DOTO: add irq support */
/* TODO: add irq support */
#define TLE6240_POLL_INTERVAL_MS 100
struct tle6240_config {