diff options
Diffstat (limited to 'drivers/cc3000/inc/ccspi.h')
-rw-r--r-- | drivers/cc3000/inc/ccspi.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/cc3000/inc/ccspi.h b/drivers/cc3000/inc/ccspi.h index c056bccbc2..8fa3ecd10c 100644 --- a/drivers/cc3000/inc/ccspi.h +++ b/drivers/cc3000/inc/ccspi.h @@ -65,7 +65,6 @@ extern void SpiClose(void); extern void SpiPauseSpi(void); extern void SpiResumeSpi(void); extern long SpiWrite(unsigned char *pUserBuffer, unsigned short usLength); -extern void SpiResumeSpi(void); extern void SpiConfigureHwMapping(void); extern void SpiCleanGPIOISR(void); extern void SSIConfigure(unsigned long ulSSIFreq, unsigned long bForceGpioConfiguration, unsigned long uiReconfigureSysClock); |