Example for blink led on FRDM KL46Z

Dependencies:   mbed

Revision:
1:7aa6bd33c618
Parent:
0:5a790410a276
--- a/main.cpp	Tue Jan 31 18:57:24 2017 +0000
+++ b/main.cpp	Fri May 19 20:54:59 2017 +0000
@@ -2,7 +2,6 @@
 
 DigitalOut led_green(LED1);
 
-
 int main() {
     
     while (true) {