More apps/examples/cc3000 changes from David Sidrane
This commit is contained in:
parent
76764003a5
commit
d2ab68c76e
@ -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);
|
||||
};
|
||||
|
||||
/****************************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user