mirror of https://github.com/ARMmbed/mbed-os.git
Add 2 seconds delay to Renesas RZ_A1H target config for the automated test suite
parent
e1d38422ed
commit
fc212067da
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue