Files
Momentum-Firmware/applications/settings/desktop_settings/helpers/pin_code.c
2024-08-07 22:15:59 +02:00

6 lines
355 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/services/desktop/helpers/pin_code.c>
// Then, we still use the Header from original code as if nothing happened