Clarify Service Contracts And Security Invariants
This commit is contained in:
@@ -5,5 +5,7 @@
|
||||
|
||||
#include "esp_err.h"
|
||||
|
||||
/* Plays the OLED-only startup identity animation; a missing display is nonfatal. */
|
||||
/* Synchronous animation with task delays; call after display start and before
|
||||
* the status renderer. Returns display/frame errors, including an absent panel;
|
||||
* the boot caller must treat these as nonfatal to other services. */
|
||||
esp_err_t local_boot_animation_play(void);
|
||||
|
||||
Reference in New Issue
Block a user