From cd176039df56cf2c1aa9926324b49e57bffebcf5 Mon Sep 17 00:00:00 2001 From: Juan Carlos Ferrer Date: Wed, 11 Jun 2014 16:55:21 -0500 Subject: [PATCH] cleanup --- workspace_tools/targets.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/workspace_tools/targets.py b/workspace_tools/targets.py index fe23c1fd7c..8d2d5ae690 100644 --- a/workspace_tools/targets.py +++ b/workspace_tools/targets.py @@ -522,7 +522,7 @@ class NRF51822(Target): self.is_disk_virtual = True def program_cycle_s(self): - return 6 if self.is_disk_virtual else 1.5 + return 6 def init_hooks(self, hook, toolchain_name): if toolchain_name in ['ARM_STD', 'ARM_MICRO']: @@ -530,7 +530,6 @@ class NRF51822(Target): @staticmethod def binary_hook(t_self, resources, elf, binf): - print "RUNNING HOOK........." for hexf in resources.hex_files: if hexf.find(NRF51822.EXPECTED_SOFTDEVICE) != -1: break