Skip to content

feat: accept const pointer in furi_hal_rtc_set_datetime#4326

Open
JarvisCraft wants to merge 1 commit intoflipperdevices:devfrom
JarvisCraft:constify/furi_hal_rtc_set_datetime
Open

feat: accept const pointer in furi_hal_rtc_set_datetime#4326
JarvisCraft wants to merge 1 commit intoflipperdevices:devfrom
JarvisCraft:constify/furi_hal_rtc_set_datetime

Conversation

@JarvisCraft
Copy link
Contributor

What's new

  • furi_hal_rtc_set_datetime now accepts const pointer to DateTime since it only reads from it

Verification

  • Ensure that the API still builds (since strictly more clients are now allowed and the ABI is not affected).

Checklist (For Reviewer)

  • PR has description of feature/bug or link to Confluence/Jira task
  • Description contains actions to verify feature/bugfix
  • I've built this code, uploaded it to the device and verified feature/bugfix

@@ -1,5 +1,5 @@
entry,status,name,type,params
Version,+,87.1,,
Version,v,87.2,,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if it is worth bumping minor version in this case

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant