add system_t stuff to irq

This commit is contained in:
optixx
2009-10-14 17:52:01 +02:00
parent 1d0eae3aec
commit cfceee4db3
4 changed files with 38 additions and 20 deletions

View File

@@ -49,10 +49,12 @@
#include "pwm.h"
#include "testing.h"
#include "shell.h"
#include "system.h"
extern FILE uart_stdout;
extern system_t system;
uint8_t debug_level = (DEBUG | DEBUG_USB | DEBUG_CRC | DEBUG_SHM );