Adding emulation support.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2023-02-03 23:28:12 +01:00
parent 365acbd68b
commit d117442825
2 changed files with 31 additions and 2 deletions

View File

@@ -19,7 +19,9 @@
#define __OPENPGP_H_
#include "stdlib.h"
#ifndef ENABLE_EMULATION
#include <pico/stdlib.h>
#endif
#include "hsm.h"
#include "apdu.h"