This file contains the Serial interface API used by QDebug component to transfer data over USART Serial interface.
Copyright (c) 2011-2018 Microchip Technology Inc. and its subsidiaries.
#include "SERIAL.h"
#include "compiler.h"
#include "pdca.h"
#include "usart.h"
#include "gpio.h"
#include "cycle_counter.h"
#include "intc.h"
#include "QDebugSettings.h"
#include "QDebugTransport.h"