This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

#pragma 定义内联函数报错

回复 Chris Meng:

您好,如果是msp430fr6xx系呢?我先在使用

#pragma FUNC_ALWAYS_INLINE(udl_a_uart_receiveData_Inline)
static inline void udl_a_uart_receiveData_Inline(uint16_t baseAddress)
{;
// EUSCI_A_UART_receiveData(baseAddress);
}

会报错