Correct filenames in the rest of the files using cl_utils.h

This commit is contained in:
SId Price 2022-06-18 17:05:11 -06:00 committed by Rachel Mant
parent 664a91b254
commit b1a02d4f48
5 changed files with 5 additions and 5 deletions

View File

@ -20,7 +20,7 @@
/* Find all known usb connected debuggers */
#include "general.h"
#include "libusb-1.0/libusb.h"
#include "cl_utils.h"
#include "cli.h"
#include "ftdi_bmp.h"
#include "version.h"

View File

@ -30,7 +30,7 @@
#include <ctype.h>
#include <sys/time.h>
#include "cl_utils.h"
#include "cli.h"
#include "jlink.h"
#define USB_PID_SEGGER 0x1366

View File

@ -30,7 +30,7 @@
#include "target_internal.h"
#include "adiv5.h"
#include "jlink.h"
#include "cl_utils.h"
#include "cli.h"
#define SWDP_ACK_OK 0x01
#define SWDP_ACK_WAIT 0x02

View File

@ -28,7 +28,7 @@
#include "exception.h"
#include "jlink.h"
#include "cl_utils.h"
#include "cli.h"
static void jtagtap_reset(void)
{

View File

@ -40,7 +40,7 @@
#include <ctype.h>
#include <sys/time.h>
#include "cl_utils.h"
#include "cli.h"
#define STLINK_SWIM_ERR_OK 0x00
#define STLINK_SWIM_BUSY 0x01