allow application driver to overwrite built-in one

- position application driver before built-in
- remove dcd.h from public include.
This commit is contained in:
hathach
2020-08-07 14:47:32 +07:00
parent 9df8057702
commit 01b9b77d3b
4 changed files with 31 additions and 34 deletions

View File

@@ -80,7 +80,6 @@
#include <string.h>
#include "usbtmc.h"
#include "usbtmc_device.h"
#include "device/dcd.h"
#include "device/usbd.h"
#include "osal/osal.h"