I'm trying to debug USB Host MSD and so I enabled the DEBUG_MODE in the host_usb_msd.c file. #define DEBUG_MODE
#ifdef DEBUG_MODE
#include "uart2.h"
#endifNow the code wont compile. I get undefined references to everything related to UART2.The device I..
↧