mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 20:44:39 +08:00
Remove EXTERN from prototype
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user