bug fix
This commit is contained in:
+1
-1
@@ -267,7 +267,7 @@ static void ADC_SPI(uint16_t ADCin) {
|
||||
}
|
||||
|
||||
static void DAC_outputV(uint8_t command, uint8_t v1, uint8_t v2) {
|
||||
spi_DACtxbuf[0] = command
|
||||
spi_DACtxbuf[0] = command;
|
||||
spi_DACtxbuf[1] = v1;
|
||||
spi_DACtxbuf[2] = v2;
|
||||
for (int i = 2; i < SPI_DAC_SIZE; i++) {
|
||||
|
||||
Reference in New Issue
Block a user