Skip to content
Snippets Groups Projects
Commit d2ab68c7 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

More apps/examples/cc3000 changes from David Sidrane

parent 76764003
No related branches found
No related tags found
No related merge requests found
......@@ -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);
};
/****************************************************************************
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment