[dartuino][ndebug] Fix Dartuino Build, NDebug no longer present in tree.
Removed references to NDebug from the Dartuino Build since it is no longer maintained in the LK tree.
This commit is contained in:
@@ -22,8 +22,6 @@
|
||||
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#include <lib/ndebug/ndebug.h>
|
||||
void append_usb_interfaces(void)
|
||||
{
|
||||
ndebug_init();
|
||||
}
|
||||
@@ -32,8 +32,7 @@ MODULE_SRCS += \
|
||||
$(LOCAL_DIR)/usb.c \
|
||||
|
||||
MODULE_DEPS += \
|
||||
dev/usb \
|
||||
lib/ndebug
|
||||
dev/usb
|
||||
|
||||
ifneq ($(DISPLAY_PANEL_TYPE),)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user