gdb_if: Cleanup in the include order

This commit is contained in:
dragonmux 2022-08-10 09:51:22 +01:00 committed by Piotr Esden-Tempski
parent 82c83bb77e
commit 109f661e31
1 changed files with 3 additions and 1 deletions

View File

@ -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;