Minor miscellaneous changes

This commit is contained in:
Anatole SCHRAMM 2024-01-11 13:43:14 +01:00
parent e47498b8bd
commit ed930d1eae
2 changed files with 2 additions and 2 deletions

View File

@ -146,6 +146,7 @@ void tls_pmu_sdio_isr_register(tls_pmu_irq_callback callback, void *arg);
*/
void tls_pmu_clk_select(u8 bypass);
/** NOT PART OF THE OFFICIAL SDK **/
/**
* @brief Starts the internal 32K oscillator calibration cycle.
*
@ -155,6 +156,7 @@ void tls_pmu_clk_select(u8 bypass);
*
*/
void tls_pmu_clk_calibrate(void);
/**********************************/
/**

View File

@ -59,7 +59,6 @@ void tls_set_rtc(struct tm *tblock);
void tls_get_rtc(struct tm *tblock);
/** NOT PART OF THE OFFICIAL SDK **/
/**
* @brief Checks if the RTC peripheral is running or not
*
@ -67,7 +66,6 @@ void tls_get_rtc(struct tm *tblock);
* @return false
*/
bool tls_is_rtc_running(void);
/**********************************/
/**