gdb_if: Cleanup in the include order
This commit is contained in:
parent
82c83bb77e
commit
109f661e31
|
@ -22,9 +22,11 @@
|
|||
* Serial Debugging protocol is implemented. This implementation for STM32
|
||||
* uses the USB CDC-ACM device bulk endpoints to implement the channel.
|
||||
*/
|
||||
|
||||
#include <libopencmsis/core_cm3.h>
|
||||
|
||||
#include "general.h"
|
||||
#include "cdcacm.h"
|
||||
#include <libopencmsis/core_cm3.h>
|
||||
#include "gdb_if.h"
|
||||
|
||||
static uint32_t count_out;
|
||||
|
|
Loading…
Reference in New Issue