tc_etu: Corrected compiler warning

This commit is contained in:
Christina Quast
2015-04-11 18:15:51 +02:00
parent 4db82e092f
commit 611bea8b4b

View File

@@ -24,7 +24,7 @@
#include <string.h>
static const Pin pTC[] = PINS_TC;
static const Pin pTC[] = {PINS_TC};
/** Global timestamp in milliseconds since start of application */
volatile uint32_t dwTimeStamp = 0;