only:typo?
This commit is contained in:
parent
2dd2a6f42e
commit
27051ade0c
|
@ -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 {
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue