Comment only

This commit is contained in:
Ross Owen
2015-06-23 16:14:37 +01:00
parent 23b325a89f
commit 904a54d8fa

View File

@@ -50,6 +50,7 @@ fl_PortHolderStruct p_flash =
}; };
#endif #endif
/* return 1 for opened ports successfully */
int flash_cmd_enable_ports() int flash_cmd_enable_ports()
{ {
int result = 0; int result = 0;
@@ -93,6 +94,7 @@ int flash_cmd_enable_ports()
#endif #endif
if (!result) if (!result)
{ {
/* All okay.. */
return 1; return 1;
} }
else else