Changed flow control test pin assignments

pull/135/head mbed_lib_rev75
Bogdan Marinescu 2013-12-19 15:05:36 +02:00
parent 5f62a399db
commit 4b4b986cdb
1 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
#include "mbed.h"
#if defined(TARGET_LPC1768)
#define UART_TX p13
#define UART_RX p14
#define UART_TX p9
#define UART_RX p10
#define FLOW_CONTROL_RTS p30
#define FLOW_CONTROL_CTS p12
#define RTS_CHECK_PIN p15
#define FLOW_CONTROL_CTS p29
#define RTS_CHECK_PIN p8
#else
#error This test is not supported on this target
#endif