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

Part of last changes; file was left in editor

parent e019782d
Branches
Tags
No related merge requests found
......@@ -91,7 +91,6 @@
# error "Signals are required. CONFIG_DISABLE_SIGNALS must not be selected."
#endif
/****************************************************************************
* Public Types
****************************************************************************/
......@@ -144,7 +143,6 @@ 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);
};
/****************************************************************************
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment