aboutsummaryrefslogtreecommitdiffstats
path: root/HW3.X/strap012_hw3prob3.c
diff options
context:
space:
mode:
Diffstat (limited to 'HW3.X/strap012_hw3prob3.c')
-rw-r--r--HW3.X/strap012_hw3prob3.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/HW3.X/strap012_hw3prob3.c b/HW3.X/strap012_hw3prob3.c
index 259f101..6f3b6b2 100644
--- a/HW3.X/strap012_hw3prob3.c
+++ b/HW3.X/strap012_hw3prob3.c
@@ -69,10 +69,9 @@ void setup()
int main(void)
{
- int count=0;
setup();
while (1){
- count++;
+
}
}