1 /***************************************************************************//**
\r
2 * @file retargettextdisplayconfig.h
\r
3 * @brief Configuration file for stdio text display retarget module.
\r
5 *******************************************************************************
\r
7 * <b>(C) Copyright 2014 Silicon Labs, http://www.silabs.com</b>
\r
8 *******************************************************************************
\r
10 * This file is licensed under the Silabs License Agreement. See the file
\r
11 * "Silabs_License_Agreement.txt" for details. Before using this software for
\r
12 * any purpose, you must agree to the terms of that agreement.
\r
14 ******************************************************************************/
\r
16 #ifndef __RETARGETTEXTDISPLAYCONFIG_H
\r
17 #define __RETARGETTEXTDISPLAYCONFIG_H
\r
19 /* Display number to retarget stdout to. */
\r
20 #define RETARGETTEXTDISPLAY_DISPLAY_NO (0)
\r
22 #endif /* __RETARGETTEXTDISPLAYCONFIG_H */
\r