Merge pull request #12913 from 0xc0170/doxygen_rtos_fix

usbcdc: provide doxygen only macro for doxy builder
pull/12915/head
Martin Kojtal 2020-05-04 16:07:01 +02:00 committed by GitHub
commit 918d679b06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
#ifndef USBCDC_ECM_H #ifndef USBCDC_ECM_H
#define USBCDC_ECM_H #define USBCDC_ECM_H
#if defined(MBED_CONF_RTOS_PRESENT) #if defined(MBED_CONF_RTOS_PRESENT) || defined(DOXYGEN_ONLY)
#include "USBDescriptor.h" #include "USBDescriptor.h"
#include "USBDevice.h" #include "USBDevice.h"
#include "ByteBuffer.h" #include "ByteBuffer.h"