mirror of https://github.com/commaai/panda.git
untabify
This commit is contained in:
parent
e5b524eddc
commit
191f67b083
|
@ -36,4 +36,3 @@ uint32_t adc_get(int channel) {
|
|||
|
||||
return ADC1->JDR1;
|
||||
}
|
||||
|
||||
|
|
|
@ -77,4 +77,3 @@ good:
|
|||
((void(*)()) _app_start[1])();
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -13,4 +13,3 @@ void dac_set(int channel, uint32_t value) {
|
|||
DAC->DHR12R2 = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue