pebble-dev / RebbleOS

open source operating system for low-power smartwatches
Other
355 stars 38 forks source link

Make App struct in appmanager use node_list instead of it's own impl #40

Closed ginge closed 5 years ago

ginge commented 6 years ago

appmanager has an App struct that is the information about an app. It has a pointer to the next available app. Switch this out to use node_list.h implementation. You can find a working example of node_list in window.c