summaryrefslogtreecommitdiff
path: root/usb/usb.h
blob: cefacc4c69ae4409b3d41c9bc27292e2df5e9439 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef USB_H
#define USB_H

#if defined(STM32F4)
#include "dwc_otg.h"

static DWC_OTG_t OTG_FS(0x50000000);
static DWC_OTG_t OTG_HS(0x40040000);
#endif

#endif