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

Remove EXTERN from prototype

parent 9d8ecdbe
No related branches found
No related tags found
No related merge requests found
......@@ -174,9 +174,9 @@ extern "C" {
*
****************************************************************************/
EXTERN int ads7843e_register(FAR struct spi_dev_s *spi,
FAR struct ads7843e_config_s *config,
int minor);
int ads7843e_register(FAR struct spi_dev_s *spi,
FAR struct ads7843e_config_s *config,
int minor);
#undef EXTERN
#ifdef __cplusplus
......
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