diff options
| author | Xavi Del Campo <xavi.dcr@tutanota.com> | 2020-03-03 20:07:27 +0100 |
|---|---|---|
| committer | Xavi Del Campo <xavi.dcr@tutanota.com> | 2020-03-05 18:38:04 +0100 |
| commit | e32281cf6b01800f95d7640a127811c79234fe6f (patch) | |
| tree | f34d870bfdfa425600aead8cbf9aadcbc71d4fbc /include/LoadMenu.h | |
| parent | 792e22676786a577b2edc0ed0ed78e51c5b38245 (diff) | |
| download | opensend-e32281cf6b01800f95d7640a127811c79234fe6f.tar.gz | |
Work on SIO IRQ
Diffstat (limited to 'include/LoadMenu.h')
| -rw-r--r-- | include/LoadMenu.h | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/include/LoadMenu.h b/include/LoadMenu.h deleted file mode 100644 index 881eb01..0000000 --- a/include/LoadMenu.h +++ /dev/null @@ -1,26 +0,0 @@ -#ifndef LOAD_MENU_H -#define LOAD_MENU_H - -/* ************************************* - * Includes - * *************************************/ - -#include <stdint.h> - -/* ************************************* - * Defines - * *************************************/ - -/* ************************************* - * Global prototypes - * *************************************/ - -void LoadMenuInit(void); - -void LoadMenu( const char *const *fileList, - void *const *dest, - uint8_t szFileList, uint8_t szDestList); - -void LoadMenuEnd(void); - -#endif /* LOAD_MENU_H */ |
