From b6b6d316d1be0fb05afd0f7aeebedf0d7e51691f Mon Sep 17 00:00:00 2001 From: Adam Greenwood-Byrne Date: Mon, 30 Aug 2021 15:53:54 +0100 Subject: [PATCH] Made part12 default to Node rather than iOS --- part12-wgt/lib/bt.c | 2 -- part12-wgt/wgt/mouse.c | 2 -- 2 files changed, 4 deletions(-) diff --git a/part12-wgt/lib/bt.c b/part12-wgt/lib/bt.c index f68a8c1..83bfef4 100644 --- a/part12-wgt/lib/bt.c +++ b/part12-wgt/lib/bt.c @@ -1,5 +1,3 @@ -#define IOS_CONTROL - #include "../include/io.h" // UART0 diff --git a/part12-wgt/wgt/mouse.c b/part12-wgt/wgt/mouse.c index ff308ab..e9b99b1 100644 --- a/part12-wgt/wgt/mouse.c +++ b/part12-wgt/wgt/mouse.c @@ -1,5 +1,3 @@ -#define IOS_CONTROL - #include "../include/wgt.h" #include "../include/multicore.h" #include "../include/io.h"