diff options
| author | Damien George <damien@micropython.org> | 2022-08-24 10:48:27 +1000 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2022-08-26 12:51:37 +1000 |
| commit | 7d3f4b23dc26bd26477a2ef6d7b25b3af73453f4 (patch) | |
| tree | 2f1754cd90e734005c6a349bf0656cd77cf670af /drivers/cc3000/inc/patch_prog.h | |
| parent | 1855df6361ad4ade62aa46ad08f3202a6a5b1bd1 (diff) | |
drivers/cc3000: Remove CC3000 WiFi driver files.
It's no longer used by any port.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'drivers/cc3000/inc/patch_prog.h')
| -rw-r--r-- | drivers/cc3000/inc/patch_prog.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/cc3000/inc/patch_prog.h b/drivers/cc3000/inc/patch_prog.h deleted file mode 100644 index 0a141a0cb..000000000 --- a/drivers/cc3000/inc/patch_prog.h +++ /dev/null @@ -1,11 +0,0 @@ -#ifndef __CC3000_PATCH_PROG_H__ -#define __CC3000_PATCH_PROG_H__ -extern unsigned short fw_length; -extern const unsigned char fw_patch[]; - -extern unsigned short drv_length; -extern const unsigned char wlan_drv_patch[]; -extern const unsigned char cRMdefaultParams[128]; - -void patch_prog_start(); -#endif //__CC3000_PATCH_PROG_H__ |
