const pointer cleanup

This commit is contained in:
NIIBE Yutaka
2016-06-30 16:23:29 +09:00
parent e7bd234a0d
commit a2a29146a6
9 changed files with 33 additions and 33 deletions

View File

@@ -50,7 +50,7 @@ struct USB_CONF {
uint8_t rsvd2[3]; /* */
volatile uint8_t ADDINFO; /* Peripheral Additional Info register */
};
static struct USB_CONF *const USB_CONF = (struct USB_CONF *) 0x40072000;
static struct USB_CONF *const USB_CONF = (struct USB_CONF *)0x40072000;
struct USB_CTRL0 {
volatile uint8_t OTGCTL; /* OTG Control register */