mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 04:38:35 -07:00
Move plugins to external folder
This commit is contained in:
4
applications/external/totp/services/convert/convert.h
vendored
Normal file
4
applications/external/totp/services/convert/convert.h
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
#pragma once
|
||||
|
||||
#define CONVERT_DIGIT_TO_CHAR(digit) ((digit) + '0')
|
||||
#define CONVERT_CHAR_TO_DIGIT(ch) ((ch) - '0')
|
||||
Reference in New Issue
Block a user