]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/ibl.git/blobdiff - src/main/iblmain.c
Modification to IBL main function
[keystone-rtos/ibl.git] / src / main / iblmain.c
index cbd7a71a51cbd69252de1109267df9809be2be73..cbbcad73c610b897bd8a96300a056200107fefd8 100644 (file)
@@ -341,9 +341,7 @@ void main (void)
             }
             iblStatus.heartBeat += 1;
         }
-        else
-#endif
-        {
+#else
 
        dip_setting = get_device_switch_setting();
        
@@ -371,7 +369,7 @@ void main (void)
 #endif
        }
        iblStatus.heartBeat += 1;
-       }
+#endif
 
     }
 } /* main */