mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-11-29 11:46:57 -05:00
fw: Introduce reset()
- New function reset.c:reset(). Move code from syscall handler switch to this function. - Rename resetinfo.h to reset.h.
This commit is contained in:
parent
9d1bbffbaa
commit
c2fd52ab1a
9 changed files with 55 additions and 34 deletions
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
#include "../testapp/syscall.h"
|
||||
#include "../tk1/proto.h"
|
||||
#include "../tk1/resetinfo.h"
|
||||
#include "../tk1/reset.h"
|
||||
#include "../tk1/syscall_num.h"
|
||||
|
||||
// Converts a single hex character to its integer value
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue