add uart for lpc11uxx and retarget successfully

This commit is contained in:
hathach
2013-01-16 12:43:17 +07:00
parent 54a7668177
commit c004cd4387
12 changed files with 355 additions and 23 deletions
+1
View File
@@ -36,6 +36,7 @@
*/
#include "unity.h"
#include "fifo.h"
void setUp(void)
{
+1 -1
View File
@@ -47,6 +47,6 @@ void tearDown(void)
void test_()
{
// TEST_FAIL();
// TEST_IGNORE();
}