aboutsummaryrefslogtreecommitdiffstats
path: root/HW3.X/strap012_hw3prob2.c
diff options
context:
space:
mode:
Diffstat (limited to 'HW3.X/strap012_hw3prob2.c')
-rw-r--r--HW3.X/strap012_hw3prob2.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/HW3.X/strap012_hw3prob2.c b/HW3.X/strap012_hw3prob2.c
index 4fad1cd..6071e56 100644
--- a/HW3.X/strap012_hw3prob2.c
+++ b/HW3.X/strap012_hw3prob2.c
@@ -84,11 +84,10 @@ void setup(void)
int main(void)
{
- unsigned long int count = 0;
setup();
-
+ int edge = 0;
while (1) {
- count++;
+
}
}