change tabs to spaces
This commit is contained in:
@ -38,12 +38,12 @@ int main() {
|
||||
__disable_interrupt();
|
||||
|
||||
measureInit(NULL);
|
||||
// displayMuxerInit(NULL);
|
||||
// displayMuxerInit(NULL);
|
||||
|
||||
|
||||
schAdd(displayExec, NULL, 0, DISPLAY_CYCLE);
|
||||
schAdd(measureStartConversion, NULL, 0, MEASURE_CYCLE);
|
||||
// schAdd(displayMuxerExec, NULL, 0, 500);
|
||||
// schAdd(displayMuxerExec, NULL, 0, 500);
|
||||
|
||||
__enable_interrupt();
|
||||
|
||||
|
Reference in New Issue
Block a user