For making a small update

Dependencies:   DS1302 mbed

Fork of DS1302_HelloWorld by Erik -

Revision:
1:e747c4ea86e0
Parent:
0:5e6107966aba
diff -r 5e6107966aba -r e747c4ea86e0 main.cpp
--- a/main.cpp	Mon Mar 31 20:54:17 2014 +0000
+++ b/main.cpp	Sat Feb 21 15:18:52 2015 +0000
@@ -8,7 +8,7 @@
 #include "mbed.h"
 #include "DS1302.h"
 
-DS1302 clk(SCLK, IO, PTC3);
+DS1302 clk(SCLK, IO, CE);
 
 int main() {
     #ifdef INITIAL_RUN