Updated IAR project files for BDK port on AVR. Added main loop I/O toggle to monitor timing.

This commit is contained in:
skarg
2010-12-11 21:40:13 +00:00
parent 4ef20d370a
commit fc9be7814e
4 changed files with 65 additions and 6 deletions
+6
View File
@@ -50,6 +50,12 @@ int main(
void)
{
init();
/* Configure the watchdog timer - Disabled for debugging */
#ifdef NDEBUG
watchdog_init(2000);
#else
watchdog_init(0);
#endif
timer_init();
adc_init();
input_init();