rename to fsdev_type.h, use FSDDEV_REG instead of USB

This commit is contained in:
hathach
2024-07-31 18:15:22 +07:00
parent 26b0df2c26
commit 7954d9cb4c
3 changed files with 42 additions and 42 deletions

View File

@@ -198,6 +198,8 @@
#define FSDEV_REG_BASE USB_BASE
#elif defined(USB_DRD_BASE)
#define FSDEV_REG_BASE USB_DRD_BASE
#elif defined(USB_DRD_FS_BASE)
#define FSDEV_REG_BASE USB_DRD_FS_BASE
#else
#error "FSDEV_REG_BASE not defined"
#endif