mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
6 lines
342 B
C
6 lines
342 B
C
// Since settings app is external, it cannot access firmware functions
|
|
// For simple utils like this, easier to include C code in app too
|
|
// Instead of copying the file, can (ab)use preprocessor to copy source code here
|
|
#include <applications/settings/about/about.c>
|
|
// Then, we still use the Header from original code as if nothing happened
|