move USBDDriverCallbacks_ConfigurationChanged() to main.c

This alows us to mark simtrace_config as static variable and keep all
code related to this variable local to main.c
This commit is contained in:
Harald Welte
2015-11-07 18:27:05 +01:00
parent d4c1421c91
commit 8d6a5d8f89
3 changed files with 11 additions and 13 deletions

View File

@@ -29,7 +29,6 @@ extern volatile ringbuf sim_rcv_buf;
extern volatile bool rcvdChar;
extern volatile uint32_t char_stat;
extern volatile enum confNum simtrace_config;
extern const Pin pinPhoneRST;