Commit b474123f authored by Lucas Russo's avatar Lucas Russo

sm_io/chips/*ad9510.c: fix typo in ad9519 instead of ad9510

parent 02315394
......@@ -40,9 +40,9 @@
#define SMCH_AD9510_WAIT_TRIES 10
#define SMCH_AD9510_NAME "SPI_AD9510"
#define SMCH_AD9519_USECS_WAIT 1000
#define SMCH_AD9510_USECS_WAIT 1000
#define SMCH_AD9510_WAIT(usecs) usleep(usecs)
#define SMCH_AD9510_WAIT_DFLT SMCH_AD9510_WAIT(SMCH_AD9519_USECS_WAIT)
#define SMCH_AD9510_WAIT_DFLT SMCH_AD9510_WAIT(SMCH_AD9510_USECS_WAIT)
struct _smch_ad9510_t {
smpr_t *spi; /* SPI protocol object */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment