More apps/examples/cc3000 changes from David Sidrane

This commit is contained in:
Gregory Nutt 2013-10-23 11:49:59 -06:00
parent 76764003a5
commit d2ab68c76e

View File

@ -143,6 +143,7 @@ struct cc3000_config_s
void (*power_enable)(FAR struct cc3000_config_s *state,bool enable);
void (*chip_select)(FAR struct cc3000_config_s *state,bool enable);
bool (*irq_read)(FAR struct cc3000_config_s *state);
bool (*probe)(FAR struct cc3000_config_s *state, int n, bool s);
};
/****************************************************************************