Skip to content

Commit dba021e

Browse files
committed
Fix define error!
1 parent d786913 commit dba021e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/USBHost/USBHostConf.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#ifndef USBHOST_CONF_H
1818
#define USBHOST_CONF_H
1919

20-
#define ARC_USB_FULL_SIZE=1
20+
#define ARC_USB_FULL_SIZE (1)
2121

2222
#include "mbed_config.h"
2323
#include "Callback.h"

0 commit comments

Comments
 (0)