Rename up_buttoninit to board_button_intialize

This commit is contained in:
Gregory Nutt 2014-01-24 13:50:23 -06:00
parent 87fe636d40
commit ce6ceb9e80

View File

@ -1,7 +1,7 @@
/**************************************************************************** /****************************************************************************
* examples/buttons/buttons_main.c * examples/buttons/buttons_main.c
* *
* Copyright (C) 2011 Gregory Nutt. All rights reserved. * Copyright (C) 2011, 2014 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org> * Author: Gregory Nutt <gnutt@nuttx.org>
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
@ -45,15 +45,16 @@
****************************************************************************/ ****************************************************************************/
#include <nuttx/config.h> #include <nuttx/config.h>
#include <nuttx/arch.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <unistd.h> #include <unistd.h>
#include <debug.h> #include <debug.h>
#include <nuttx/arch.h>
/**************************************************************************** /****************************************************************************
* Definitions * Pre-processor Definitions
****************************************************************************/ ****************************************************************************/
/* Configuration ************************************************************/ /* Configuration ************************************************************/
@ -414,7 +415,7 @@ int buttons_main(int argc, char *argv[])
/* Initialize the button GPIOs */ /* Initialize the button GPIOs */
up_buttoninit(); board_button_initialize();
/* Register to recieve button interrupts */ /* Register to recieve button interrupts */