added keys for l0dables

This commit is contained in:
schneider 2011-08-05 19:05:03 +02:00
parent 454f4ca738
commit 1ae175c424
1 changed files with 6 additions and 0 deletions

View File

@ -10,5 +10,11 @@ static const uint32_t openbeaconkey[4] = {
static uint32_t const remotekey[4] = {
0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff
};
static uint32_t const l0dable_sign_key[4] = {
0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff
};
static uint32_t const l0dable_crypt_key[4] = {
0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff
};
#endif