1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/msp430/ldscripts/msp430_x1xx.ld

8 lines
243 B
Plaintext
Raw Normal View History

/* provide address for UASRT register map by taking the address of the first
* register (as provided by the vendor files) */
PROVIDE(USART_0_SFR = IE1);
PROVIDE(USART_1_SFR = IE2);
PROVIDE(USART_0 = U0CTL);
PROVIDE(USART_1 = U1CTL);