diff options
author | Damien George <damien.p.george@gmail.com> | 2014-09-30 23:25:42 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-09-30 23:25:42 +0100 |
commit | 8762418d0c96e92824357b63ae1e2e7d914343e7 (patch) | |
tree | b563e6236fd334560f4b891053dd4b36210622dc /drivers/cc3000/inc/patch_prog.h | |
parent | 9d2bf9c40573bd43856ad42c9f5eaad3b8370a24 (diff) | |
download | micropython-8762418d0c96e92824357b63ae1e2e7d914343e7.tar.gz micropython-8762418d0c96e92824357b63ae1e2e7d914343e7.zip |
drivers, cc3000: Wrap exported functions in a macro for renaming.
Diffstat (limited to 'drivers/cc3000/inc/patch_prog.h')
-rw-r--r-- | drivers/cc3000/inc/patch_prog.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/cc3000/inc/patch_prog.h b/drivers/cc3000/inc/patch_prog.h index 2dd0985446..0a141a0cb5 100644 --- a/drivers/cc3000/inc/patch_prog.h +++ b/drivers/cc3000/inc/patch_prog.h @@ -1,5 +1,5 @@ -#ifndef __PATCH_PROG_H__ -#define __PATCH_PROG_H__ +#ifndef __CC3000_PATCH_PROG_H__ +#define __CC3000_PATCH_PROG_H__ extern unsigned short fw_length; extern const unsigned char fw_patch[]; @@ -8,4 +8,4 @@ extern const unsigned char wlan_drv_patch[]; extern const unsigned char cRMdefaultParams[128]; void patch_prog_start(); -#endif //__PATCH_PROG_H__ +#endif //__CC3000_PATCH_PROG_H__ |