Skip to content
Snippets Groups Projects
Commit 546539ec authored by Davide Mor's avatar Davide Mor
Browse files

[GroundStation] Changed hwmapping

parent ca9c636f
Branches
Tags
2 merge requests!39Draft: Compute unit v2,!16[GroundStation] Changed hwmapping
Pipeline #5498 passed
...@@ -64,7 +64,7 @@ namespace pc13 ...@@ -64,7 +64,7 @@ namespace pc13
{ {
using cs = Gpio<GPIOC_BASE, 13>; using cs = Gpio<GPIOC_BASE, 13>;
using dio0 = Gpio<GPIOF_BASE, 6>; using dio0 = Gpio<GPIOF_BASE, 6>;
using dio1 = Gpio<GPIOA_BASE, 2>; using dio1 = Gpio<GPIOA_BASE, 4>;
using dio3 = Gpio<GPIOC_BASE, 11>; using dio3 = Gpio<GPIOC_BASE, 11>;
using nrst = Gpio<GPIOC_BASE, 14>; using nrst = Gpio<GPIOC_BASE, 14>;
} // namespace pc13 } // namespace pc13
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment