f52e9fc578
* [FL-2051] BadUsb: new GUI * add missing assets * skip empty lines and leading spaces * SubGhz: add alignment check to keystore mess with iv routine Co-authored-by: あく <alleteam@gmail.com>
12 lines
119 B
C
12 lines
119 B
C
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
typedef struct BadUsbApp BadUsbApp;
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|