mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 06:39:01 +08:00
Part of last changes; file was left in editor
This commit is contained in:
@@ -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);
|
||||
|
||||
};
|
||||
|
||||
/****************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user