Add set_atr for a rescue ATR.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2026-04-16 19:49:56 +02:00
parent 194b48773a
commit 32bbdc4684
3 changed files with 20 additions and 5 deletions

View File

@@ -256,4 +256,6 @@ extern bool has_set_rtc(void);
extern time_t get_rtc_time(void);
extern void set_rtc_time(time_t tv_sec);
extern int set_atr(void);
#endif