This commit is contained in:
maliakal_d 2021-10-07 16:05:30 +02:00
parent 91f8a07a9c
commit c996300806
2 changed files with 3 additions and 2 deletions

View File

@ -1764,6 +1764,7 @@ int powerChip(int on) {
LOG(logINFO, ("\tStarting acq (temp solution)\n"));
cleanFifos();
bus_w(CONTROL_REG, bus_r(CONTROL_REG) | CONTROL_START_ACQ_MSK);
bus_w(CONTROL_REG, bus_r(CONTROL_REG) & ~CONTROL_START_ACQ_MSK);