More updates to remove architecture-specific comments from the documentation, alter USBMode.h preprocessor logic to support future architectures more easily.
This commit is contained in:
parent
28a1ee29a1
commit
f3ec62b5c6
20 changed files with 64 additions and 56 deletions
|
@ -364,11 +364,6 @@
|
|||
#include "../../Common/Common.h"
|
||||
#include "Core/USBMode.h"
|
||||
|
||||
/* Preprocessor Checks: */
|
||||
#if (!defined(USB_CAN_BE_DEVICE) && !defined(USB_CAN_BE_HOST))
|
||||
#error The currently selected architecture is not supported under the USB component of the library.
|
||||
#endif
|
||||
|
||||
/* Includes: */
|
||||
#include "Core/USBTask.h"
|
||||
#include "Core/Events.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue