mirror of
https://github.com/hathach/tinyusb.git
synced 2025-02-19 15:40:41 +00:00
Minor style changes
This commit is contained in:
parent
8b78067cc1
commit
27f147f421
@ -39,6 +39,8 @@ void USBFS_IRQHandler(void) { tud_int_handler(0); }
|
||||
|
||||
#define USB_NO_VBUS_PIN
|
||||
|
||||
#define TIMER_TICKS (SystemCoreClock / 1000)
|
||||
|
||||
#define BUTTON_PORT GPIOA
|
||||
#define BUTTON_PIN GPIO_PIN_0
|
||||
#define BUTTON_STATE_ACTIVE 1
|
||||
@ -47,8 +49,6 @@ void USBFS_IRQHandler(void) { tud_int_handler(0); }
|
||||
|
||||
#define LED_PIN LED_R
|
||||
|
||||
#define TIMER_TICKS (SystemCoreClock / 1000)
|
||||
|
||||
void board_init(void) {
|
||||
/* Disable interrupts during init */
|
||||
__disable_irq();
|
||||
|
Loading…
x
Reference in New Issue
Block a user