traceswo: Move (now-constant) traceswo.c to platforms/stm32

This commit is contained in:
Uwe Bonnes 2013-01-16 16:54:30 +01:00
parent 09715e1db8
commit 15d7077115
3 changed files with 5 additions and 8 deletions

View File

@ -26,4 +26,3 @@ void traceswo_init(void);
void trace_buf_drain(usbd_device *dev, uint8_t ep);
#endif

View File

@ -37,7 +37,7 @@
#include "platform.h"
#if defined(PLATFORM_HAS_TRACESWO)
#include "traceswo.h"
#include <traceswo.h>
#endif
#include <usbuart.h>

View File

@ -187,5 +187,3 @@ flush_and_reset:
decbuf_pos = 0;
memset(decbuf, 0, sizeof(decbuf));
}