max2837: forgot to flush in tx

This commit is contained in:
Will Code
2012-06-08 10:47:16 -04:00
parent a6eb93897a
commit 998352a3a3

View File

@ -136,6 +136,7 @@ void max2837_tx(void)
LOG("# max2837_tx\n");
set_MAX2837_TXMX_SPI_EN(1);
set_MAX2837_TXLO_SPI_EN(1);
max2837_regs_commit();
}
/* TODO - placeholder */