Skip to content

Commit 918d679

Browse files
authored
Merge pull request #12913 from 0xc0170/doxygen_rtos_fix
usbcdc: provide doxygen only macro for doxy builder
2 parents dbf05ce + 57b6df9 commit 918d679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/USBCDC_ECM.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#ifndef USBCDC_ECM_H
1919
#define USBCDC_ECM_H
2020

21-
#if defined(MBED_CONF_RTOS_PRESENT)
21+
#if defined(MBED_CONF_RTOS_PRESENT) || defined(DOXYGEN_ONLY)
2222
#include "USBDescriptor.h"
2323
#include "USBDevice.h"
2424
#include "ByteBuffer.h"

0 commit comments

Comments
 (0)