Rev 20 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 20 | Rev 21 | ||
---|---|---|---|
Line 177... | Line 177... | ||
177 | */ |
177 | */ |
178 | sdStart(&SD2, NULL); |
178 | sdStart(&SD2, NULL); |
179 | #endif /* HAL_USE_SERIAL_USB */ |
179 | #endif /* HAL_USE_SERIAL_USB */ |
180 | 180 | ||
181 | // Ignition timing code |
181 | // Ignition timing code |
182 | initTimer2(); |
182 | initTimers(); |
183 | 183 | ||
184 | useAdc(); |
184 | useAdc(); |
185 | 185 | ||
186 | /* |
186 | /* |
187 | * Activates the serial driver 2 using the driver default configuration. |
187 | * Activates the serial driver 2 using the driver default configuration. |