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/ccspi.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/ccspi.h')
-rw-r--r-- | drivers/cc3000/inc/ccspi.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/cc3000/inc/ccspi.h b/drivers/cc3000/inc/ccspi.h index 4f5e2a2bbf..c056bccbc2 100644 --- a/drivers/cc3000/inc/ccspi.h +++ b/drivers/cc3000/inc/ccspi.h @@ -34,8 +34,8 @@ *****************************************************************************/ -#ifndef __SPI_H__ -#define __SPI_H__ +#ifndef __CC3000_SPI_H__ +#define __CC3000_SPI_H__ //***************************************************************************** // |