File tree Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 21
21
#include " USBHost/USBEndpoint.h"
22
22
#include " USBHost/USBHostConf.h"
23
23
#include " rtos.h"
24
- #undef MBED_CONF_PLATFORM_CALLBACK_NONTRIVIAL
25
- #define MBED_CONF_PLATFORM_CALLBACK_NONTRIVIAL 0
24
+ #include " mbed_config.h"
26
25
#include " Callback.h"
27
26
28
27
class USBHostHub ;
Original file line number Diff line number Diff line change 17
17
#ifndef USBENDPOINT_H
18
18
#define USBENDPOINT_H
19
19
20
- #undef MBED_CONF_PLATFORM_CALLBACK_NONTRIVIAL
21
- #define MBED_CONF_PLATFORM_CALLBACK_NONTRIVIAL 0
20
+ #include " mbed_config.h"
22
21
#include " Callback.h"
23
22
#include " USBHostTypes.h"
24
23
#include " rtos.h"
Original file line number Diff line number Diff line change 17
17
#ifndef USBHOST_CONF_H
18
18
#define USBHOST_CONF_H
19
19
20
- #undef MBED_CONF_PLATFORM_CALLBACK_NONTRIVIAL
21
- #define MBED_CONF_PLATFORM_CALLBACK_NONTRIVIAL 0
20
+ #include "mbed_config.h"
22
21
#include "Callback.h"
23
22
#include "Arduino.h"
24
23
Original file line number Diff line number Diff line change 24
24
#include " USBHost/USBHost.h"
25
25
#include " Stream.h"
26
26
#include " MtxCircBuffer.h"
27
+ #include " mbed_config.h"
27
28
#include " Callback.h"
28
29
29
30
/* *
You can’t perform that action at this time.
0 commit comments