peripherals: Commented out until fixed.
Peripherals were following old lpc chip pinout (lpc15xx). We have different (lpc11u6x). I decided to comment them out until we figure out correct pinout. (project should always build in master)
This commit is contained in:
@@ -9,6 +9,10 @@
|
||||
#include <mutex>
|
||||
#include "LpcUart.h"
|
||||
|
||||
// Remove this when code will be reworked.
|
||||
#ifndef LPCUART_NOT_FIXED
|
||||
// Remove this when code will be reworked.
|
||||
|
||||
|
||||
static LpcUart *u0;
|
||||
static LpcUart *u1;
|
||||
@@ -313,3 +317,7 @@ bool LpcUart::txempty()
|
||||
|
||||
return (RingBuffer_GetCount(&txring) == 0);
|
||||
}
|
||||
|
||||
// Remove this when code will be reworked.
|
||||
#endif /* LPCUART_NOT_FIXED */
|
||||
// Remove this when code will be reworked.
|
||||
|
||||
Reference in New Issue
Block a user