From 16624df0529771fa669166efe0571b84eb062715 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9a=20Saviot?= Date: Wed, 21 Mar 2018 11:52:56 +0100 Subject: [PATCH] [usb] Fix typo in usb_dfu_xip_flash.cpp Change-Id: I81e0518e2312025aa2a3885827fcb015ce361aa1 --- ion/src/device/usb_dfu_xip_flash.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ion/src/device/usb_dfu_xip_flash.cpp b/ion/src/device/usb_dfu_xip_flash.cpp index f2985f394..ffde4e5b6 100644 --- a/ion/src/device/usb_dfu_xip_flash.cpp +++ b/ion/src/device/usb_dfu_xip_flash.cpp @@ -1,4 +1,4 @@ -#include +#include "usb/calculator.h" namespace Ion { namespace USB {