Skip to content

Commit

Permalink
Merge branch 'new_feature/atsame7-sdk-support' of https://github.com/…
Browse files Browse the repository at this point in the history
…MikroElektronika/mikrosdk_v2 into new_feature/atsame7-sdk-support
  • Loading branch information
IvanRuzavin committed Dec 23, 2024
2 parents 7051cf9 + c9c7fc2 commit 8d2e9b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ typedef struct
hal_ll_base_addr_t base;
hal_ll_channel_t channel;
uint8_t af;
hal_ll_pin_name_t module_index;
uint8_t module_index;
} hal_ll_tim_pin_map_t;

typedef enum
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ typedef struct
typedef struct
{
hal_ll_base_addr_t base;
hal_ll_pin_name_t module_index;
uint8_t module_index;
hal_ll_i2c_pins_t pins;
uint32_t speed;
uint8_t address;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ typedef struct
hal_ll_tim_t config;
uint16_t max_period;
uint32_t freq_hz;
hal_ll_pin_name_t module_index;
uint8_t module_index;
} hal_ll_tim_hw_specifics_map_t;

/*!< @brief TIM hw specific error values */
Expand Down

0 comments on commit 8d2e9b5

Please sign in to comment.