diff options
author | ConfuSomu | 2021-03-28 13:40:25 -0400 |
---|---|---|
committer | ConfuSomu | 2021-03-28 13:42:05 -0400 |
commit | 1d4608796a66ac5ad641eaec6b141a18cc30594a (patch) | |
tree | 53039b1e30b7a52ac86302ced7a563ab6954d0a2 /pico-watch.cpp | |
parent | 1f47cd65a4c155d69575e8c3114f408f0f1ce8e8 (diff) | |
download | pico-watch-1d4608796a66ac5ad641eaec6b141a18cc30594a.tar pico-watch-1d4608796a66ac5ad641eaec6b141a18cc30594a.tar.gz pico-watch-1d4608796a66ac5ad641eaec6b141a18cc30594a.zip |
Enable malloc debugging
This might help in debugging problems related to memory and malloc-ing.
Diffstat (limited to 'pico-watch.cpp')
-rw-r--r-- | pico-watch.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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; |