Teensy 3.x: Remove unused local definition that collides with a global definiion.
This commit is contained in:
parent
042f23221e
commit
8ff7e5106d
@ -59,7 +59,6 @@
|
||||
|
||||
#define khci_getreg(addr) getreg8(addr)
|
||||
#define khci_putreg(val,addr) putreg8(val,addr)
|
||||
#define SIM_CLKDIV2_USBDIV(n) (uint32_t)(((n) & 0x07) << 1)
|
||||
|
||||
/************************************************************************************
|
||||
* Public Functions
|
||||
|
Loading…
Reference in New Issue
Block a user