Skip to content

Commit 070bd63

Browse files
Update targets/arm/mikroe/sam/include/hal_ll_pmc.h
Co-authored-by: Strahinja Jacimovic <[email protected]>
1 parent be7b980 commit 070bd63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

targets/arm/mikroe/sam/include/hal_ll_pmc.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ extern "C"{
104104
*/
105105
typedef struct pmc_clocks
106106
{
107-
uint32_t mck; // Master clock frequency in Hz
108-
uint32_t pck[8]; // Peripheral clock frequency in Hz
107+
uint32_t mck; // Master clock frequency in Hz
108+
uint32_t pck[8]; // Peripheral clock frequency in Hz
109109
} pmc_clocks_t;
110110

111111
/**

0 commit comments

Comments
 (0)