Commit fdd82a7
committed
src/osfv/libs/rte.py: Fix CMOS_CLR GPIO number
Per RteCtrl.cfg the CMOS CLR pin has ID 11:
{
"id" : 11,
"description" : "apu_clr_cmos",
"direction" : "out",
"init_value" : 0,
"sys_gpio" : 412
},
Signed-off-by: Michał Żygowski <[email protected]>1 parent 5c64a82 commit fdd82a7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments