diff options
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 2dd098544..0a141a0cb 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__ |
