traceswo: Move (now-constant) traceswo.c to platforms/stm32
This commit is contained in:
parent
09715e1db8
commit
15d7077115
|
@ -26,4 +26,3 @@ void traceswo_init(void);
|
|||
void trace_buf_drain(usbd_device *dev, uint8_t ep);
|
||||
|
||||
#endif
|
||||
|
|
@ -37,7 +37,7 @@
|
|||
|
||||
#include "platform.h"
|
||||
#if defined(PLATFORM_HAS_TRACESWO)
|
||||
#include "traceswo.h"
|
||||
#include <traceswo.h>
|
||||
#endif
|
||||
#include <usbuart.h>
|
||||
|
||||
|
|
|
@ -187,5 +187,3 @@ flush_and_reset:
|
|||
decbuf_pos = 0;
|
||||
memset(decbuf, 0, sizeof(decbuf));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue