Fix wake_loop_isrsafe comment: ESP32 only, not LibreTiny

This commit is contained in:
J. Nick Koston
2026-04-04 11:03:07 -10:00
parent ad3c92e3f7
commit 95e8a22250
+1 -1
View File
@@ -5,7 +5,7 @@
///
/// All functions are always available on all platforms — no opt-in needed.
/// - wake_loop_any_context(): ISR + thread + callback safe
/// - wake_loop_isrsafe(): ISR only, ESP32/LibreTiny
/// - wake_loop_isrsafe(): ISR only, ESP32
/// - wake_loop_threadsafe(): thread/callback safe
/// - wakeable_delay(): sleeps until timeout or wake