From 0e5e87af7c17effdabda33c768167019aa1fa430 Mon Sep 17 00:00:00 2001 From: Markus Koch Date: Thu, 30 Jul 2020 21:42:09 +0200 Subject: [PATCH] fw: Export post() PM function --- firmware/pm.h | 1 + 1 file changed, 1 insertion(+) diff --git a/firmware/pm.h b/firmware/pm.h index d4ed08b..105275f 100644 --- a/firmware/pm.h +++ b/firmware/pm.h @@ -3,5 +3,6 @@ #include void suspend(); +char* post(); #endif // PM_H