fixes.. to bool

This commit is contained in:
iceman1001 2017-07-11 18:31:10 +02:00
commit 310d0da9a4
13 changed files with 223 additions and 208 deletions

View file

@ -28,9 +28,16 @@
#include "usb_cmd.h"
#define PROXPROMPT "pm3 --> "
#ifdef __cplusplus
extern "C" {
#endif
void SendCommand(UsbCommand *c);
const char *get_my_executable_path(void);
const char *get_my_executable_directory(void);
#endif
#ifdef __cplusplus
}
#endif
#endif