From 1d4608796a66ac5ad641eaec6b141a18cc30594a Mon Sep 17 00:00:00 2001 From: ConfuSomu Date: Sun, 28 Mar 2021 13:40:25 -0400 Subject: Enable malloc debugging This might help in debugging problems related to memory and malloc-ing. --- pico-watch.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'pico-watch.cpp') diff --git a/pico-watch.cpp b/pico-watch.cpp index 1dee093..1469856 100644 --- a/pico-watch.cpp +++ b/pico-watch.cpp @@ -87,6 +87,7 @@ void app_switch(int old_appid, int new_appid) { int main() { init_all(); + printf("~~~==~~~"); init_buttons(); app_api.init(); struct repeating_timer timer; -- cgit v1.2.3-54-g00ecf