This commit is contained in:
Romain Dolbeau 2022-11-01 14:36:46 +01:00
parent 93e7cd20c1
commit b7a941e61b
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ class NuBus(Module):
o_ack_o_n = platform.request("ack_o_n"),
o_ack_oe_n = platform.request("ack_oe_n"),
i_rqst_n_3v3 = internal_rqst_3v3_n, # rqst driving ocntroller by rqst_oe_n
i_rqst_n_3v3 = internal_rqst_3v3_n, # rqst driving controller by rqst_oe_n
o_rqst_o_n = platform.request("rqst_o_n")
)