Skip to content

stm32u5xx_hal_rtc_ex.h - Incorrect RTC_FLAG_INT_TAMP_x in RTC_FLAG_INT_TAMP_ALL #35

@npawar-ledger

Description

@npawar-ledger

Some macros are typed incorrectly where RTC_FLAG_INT_TAMP_ALL is defined.

  • RTC_FLAG_INT_TAMP_2 instead of RTC_FLAG_INT_TAMP2
  • RTC_FLAG_INT_TAMP_5 instead of RTC_FLAG_INT_TAMP5
  • RTC_FLAG_INT_TAMP_7 instead of RTC_FLAG_INT_TAMP7
  • RTC_FLAG_INT_TAMP_9 instead of RTC_FLAG_INT_TAMP9

Metadata

Metadata

Assignees

Labels

bugSomething isn't workinghalHAL-LL driver-related issue or pull-request.internal bug trackerIssue confirmed and logged into the internal bug tracking systemrtcReal-Time Clock

Type

Projects

Status

To release

Relationships

None yet

Development

No branches or pull requests

Issue actions