Add 2 seconds delay to Renesas RZ_A1H target config for the automated test suite

pull/766/head
Mihail Stoyanov 2014-11-27 16:39:19 +02:00
parent e1d38422ed
commit fc212067da
1 changed files with 4 additions and 1 deletions

View File

@ -758,7 +758,10 @@ class RZ_A1H(Target):
self.supported_toolchains = ["ARM"]
self.supported_form_factors = ["ARDUINO"]
self.default_toolchain = "ARM"
def program_cycle_s(self):
return 2
# Get a single instance for each target