change tabs to spaces

This commit is contained in:
2016-09-07 13:29:10 +02:00
parent 44511b2b16
commit 4e964bbbdf
13 changed files with 246 additions and 246 deletions

View File

@ -12,10 +12,10 @@
#include <stdint.h>
typedef enum {
FIRST_MUX = 0,
TIMER_MUX = FIRST_MUX,
TEMPERATURE_MUX,
MUX_ENDS
FIRST_MUX = 0,
TIMER_MUX = FIRST_MUX,
TEMPERATURE_MUX,
MUX_ENDS
} tMuxerSlot;
void displayMuxerInit(void *handleArg);