the compiler breaks with undefined reference to 'user_rf_pre_init' in the at app example.
think,
the funcion in user_main.c
void user_rf_pre_init(void) {
}
makes fail without a define
void user_rf_pre_init(void);
at begin in user_main.c
hint: libmain.a
function: user_uart_wait_tx_fifo_empty
best wishes
rudi
